arab routing

This commit is contained in:
2024-05-22 14:28:03 +05:00
parent 98a976146a
commit c32bd2a8b0
+1 -1
View File
@@ -11,7 +11,7 @@ const router = createBrowserRouter([
element: <Layout />,
children: [
{
path: "/:villaTitle",
path: "/ar/:villaTitle",
element: <ApartmentPage />,
},
{