chore: heygermany customer project
This commit is contained in:
6
apps/website/src/routes/$lang._app.company.index.tsx
Normal file
6
apps/website/src/routes/$lang._app.company.index.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
import CompanyPage from '@/views/[lang]/(app)/company/page'
|
||||
|
||||
export const Route = createFileRoute('/$lang/_app/company/')({
|
||||
component: CompanyPage,
|
||||
})
|
||||
Reference in New Issue
Block a user