othr
This commit is contained in:
6
src/routes/clients.lazy.tsx
Normal file
6
src/routes/clients.lazy.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import {createLazyFileRoute} from "@tanstack/react-router";
|
||||
import ClientsPage from "../pages/ClientsPage/ClientsPage.tsx";
|
||||
|
||||
export const Route = createLazyFileRoute('/clients')({
|
||||
component: ClientsPage
|
||||
})
|
||||
Reference in New Issue
Block a user