Initial commit
This commit is contained in:
5
apps/frontend/src/routes/$complexSlug/booking.tsx
Normal file
5
apps/frontend/src/routes/$complexSlug/booking.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Outlet, createFileRoute } from '@tanstack/react-router'
|
||||
|
||||
export const Route = createFileRoute('/$complexSlug/booking')({
|
||||
component: Outlet,
|
||||
})
|
||||
Reference in New Issue
Block a user