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