chore: perauset customer project
This commit is contained in:
5
apps/app/src/pages/_authenticated.boats.tsx
Normal file
5
apps/app/src/pages/_authenticated.boats.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createFileRoute, Outlet } from '@tanstack/react-router'
|
||||
|
||||
export const Route = createFileRoute('/_authenticated/boats')({
|
||||
component: Outlet,
|
||||
})
|
||||
Reference in New Issue
Block a user