feat(lst): tan stack routes added with protected routes
This commit is contained in:
9
frontend/src/routes/ocp/lots.tsx
Normal file
9
frontend/src/routes/ocp/lots.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
|
||||
export const Route = createFileRoute('/ocp/lots')({
|
||||
component: RouteComponent,
|
||||
})
|
||||
|
||||
function RouteComponent() {
|
||||
return <div>Hello "/ocp/lots"!</div>
|
||||
}
|
||||
Reference in New Issue
Block a user