resolved permission error from permissions coming back as string
This commit is contained in:
parent
cf4e3fbe1f
commit
aa56f05c25
4 changed files with 43 additions and 28 deletions
|
|
@ -52,6 +52,10 @@ export default function Router(props: Props) {
|
|||
{/* Page routes */}
|
||||
<Route index element={hello()} />
|
||||
<Route path="/teams" element={<Teams/>} />
|
||||
{/* <Route
|
||||
path="/teams/:teamID"
|
||||
element={<Team />}
|
||||
/> */}
|
||||
{/* <Route path="blogs" element={<Blogs />} />
|
||||
<Route path="contact" element={<Contact />} />
|
||||
<Route path="*" element={<NoPage />} /> */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue