forked from VinokurovVE/tests
Tables, cards, (servers)
This commit is contained in:
@ -13,6 +13,8 @@ import { useEffect, useState } from "react"
|
||||
import { Box, CircularProgress } from "@mui/material"
|
||||
import Documents from "./pages/Documents"
|
||||
import Reports from "./pages/Reports"
|
||||
import Boilers from "./pages/Boilers"
|
||||
import Servers from "./pages/Servers"
|
||||
|
||||
function App() {
|
||||
const auth = useAuthStore()
|
||||
@ -52,6 +54,8 @@ function App() {
|
||||
<Route path="/role" element={<Roles />} />
|
||||
<Route path="/documents" element={<Documents />} />
|
||||
<Route path="/reports" element={<Reports />} />
|
||||
<Route path="/servers" element={<Servers />} />
|
||||
<Route path="/boilers" element={<Boilers />} />
|
||||
<Route path="/api-test" element={<ApiTest />} />
|
||||
<Route path="*" element={<NotFound />} />
|
||||
</Route>
|
||||
|
Reference in New Issue
Block a user