forked from VinokurovVE/tests
Add Document API calls
This commit is contained in:
@ -11,6 +11,7 @@ import SignUp from "./pages/auth/SignUp"
|
||||
import { initAuth, useAuthStore } from "./store/auth"
|
||||
import { useEffect, useState } from "react"
|
||||
import { Box, CircularProgress, Container } from "@mui/material"
|
||||
import Documents from "./pages/Documents"
|
||||
|
||||
function App() {
|
||||
const auth = useAuthStore()
|
||||
@ -48,6 +49,7 @@ function App() {
|
||||
<Route path="/" element={<Main />} />
|
||||
<Route path="/user" element={<Users />} />
|
||||
<Route path="/role" element={<Roles />} />
|
||||
<Route path="/documents" element={<Documents />} />
|
||||
<Route path="/api-test" element={<ApiTest />} />
|
||||
<Route path="*" element={<NotFound />} />
|
||||
</Route>
|
||||
|
Reference in New Issue
Block a user