routing fix

This commit is contained in:
2024-05-28 13:13:30 +05:00
parent f897fbcb04
commit 8a4b84d45d
+1 -1
View File
@@ -11,7 +11,7 @@ const router = createBrowserRouter([
element: <Layout />,
children: [
{
path: "/villa/:villaTitle",
path: "/:villaTitle",
element: <ApartmentPage />,
},
{