Remove unnecessary code, refactor, fix bug and add section comment

This commit is contained in:
2023-12-01 11:24:31 +07:00
parent 7c6c33d455
commit 5b0d5671b3
44 changed files with 261 additions and 193 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import RootLayout from '@component/RootLayout';
import User from './pages/User';
import Booking from './pages/Booking';
import Room from './pages/Room';
import NotFound from './pages/NotFound';
import NotFound from './pages/NotFound/NotFound';
import Login from '@page/Login';
import Account from '@page/Account';