Add community tab route
cgen-fa453879491d4d5b80d84bef6c280c48
This commit is contained in:
parent
106c62dafb
commit
ca506ba2f6
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ const App = () => (
|
|||
<Route path="/blog" element={<Blog />} />
|
||||
<Route path="/blog/:slug" element={<BlogPost />} />
|
||||
<Route path="/community" element={<Community />} />
|
||||
<Route path="/community/:tabId" element={<Community />} />
|
||||
<Route path="/support" element={<Support />} />
|
||||
<Route path="/status" element={<Status />} />
|
||||
<Route path="/changelog" element={<Changelog />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue