diff --git a/client/src/App.tsx b/client/src/App.tsx
index 582fed4..638367b 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -7,6 +7,7 @@ import { Register } from '@/pages/Register'
import { Products } from '@/pages/Products'
import { ProductDetail } from '@/pages/ProductDetail'
import { CraftsmenList } from '@/pages/CraftsmenList'
+import { CraftsmanProfile } from '@/pages/CraftsmanProfile'
import { useAuthStore } from '@/store/auth'
function App() {
@@ -26,6 +27,7 @@ function App() {
} />
} />
} />
+ } />
} />