deploy 1
This commit is contained in:
9
.tanstack/tmp/bb349b93-fcffe8e1eaf078efc9ab81e71c949dad
Normal file
9
.tanstack/tmp/bb349b93-fcffe8e1eaf078efc9ab81e71c949dad
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
|
||||
export const Route = createFileRoute('/_authenticated/faqs/')({
|
||||
component: RouteComponent,
|
||||
})
|
||||
|
||||
function RouteComponent() {
|
||||
return <div>Hello "/_authenticated/faqs/"!</div>
|
||||
}
|
||||
Reference in New Issue
Block a user