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