diff --git a/src/App.tsx b/src/App.tsx
index 4ae56a9..8b595bf 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -6,6 +6,7 @@ import { useAuthStore } from './store/authStore';
import { PageRouting } from './const/PageRouting';
import LoginPage from './ui/page/account/login/LoginPage';
import ResetPasswordPage from './ui/page/account/resetPassword/ResetPasswordPage';
+import { HomePage } from './ui/page/home/HomePage';
function App() {
const { authData } = useAuthStore();
@@ -18,6 +19,7 @@ function App() {