refactor files

This commit is contained in:
2026-04-12 23:36:14 +07:00
parent 20ae176992
commit 406d7039d6
45 changed files with 162 additions and 255 deletions

View File

@@ -1,5 +1,5 @@
import { createFileRoute } from "@tanstack/react-router"
import { TestSession } from "@/pages/TestSession"
import { TestSession } from "@/features/toeic/components/TestSession"
export const Route = createFileRoute("/toeic/session")({
component: TestSession,