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