Register /directory route and add CTA in Community
cgen-ac6964c5aa3e45f7b63caca9b83fdc19
This commit is contained in:
parent
d3a945ae18
commit
89eae80989
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ import Trust from "./pages/Trust";
|
|||
import PressKit from "./pages/PressKit";
|
||||
import Projects from "./pages/Projects";
|
||||
import ProjectsAdmin from "./pages/ProjectsAdmin";
|
||||
import Directory from "./pages/Directory";
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
|
|
@ -89,6 +90,7 @@ const App = () => (
|
|||
<Route path="/press" element={<PressKit />} />
|
||||
<Route path="/projects" element={<Projects />} />
|
||||
<Route path="/projects/admin" element={<ProjectsAdmin />} />
|
||||
<Route path="/directory" element={<Directory />} />
|
||||
<Route path="/admin" element={<Admin />} />
|
||||
<Route path="/feed" element={<Feed />} />
|
||||
<Route path="/teams" element={<Teams />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue