feat: initial commit
This commit is contained in:
6
src/routes/toeic.session.tsx
Normal file
6
src/routes/toeic.session.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router"
|
||||
import { TestSession } from "@/pages/TestSession"
|
||||
|
||||
export const Route = createFileRoute("/toeic/session")({
|
||||
component: TestSession,
|
||||
})
|
||||
Reference in New Issue
Block a user