10
packages/example/src/routes/index.tsx
Normal file
10
packages/example/src/routes/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createFileRoute } from "@tanstack/react-router"
|
||||
|
||||
|
||||
export const Route = createFileRoute("/")({
|
||||
component: Index
|
||||
})
|
||||
|
||||
function Index() {
|
||||
return <></>
|
||||
}
|
||||
Reference in New Issue
Block a user