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 { RegisterPage } from '@/pages/Register'
import { RegisterPage } from '@/features/auth/components/RegisterPage'
export const Route = createFileRoute('/auth/register')({
component: RegisterPage,