Client:Routes:General: fix after merge

This commit is contained in:
Timofey Boyko 2024-07-12 15:06:30 +03:00
parent 82cd218289
commit 51e4cb24d6

View File

@ -60,11 +60,7 @@ const generalRoutes = [
},
{
path: "authorized-apps",
element: (
<PrivateRoute>
<Profile />
</PrivateRoute>
),
lazy: () => componentLoader(() => import("SRC_DIR/pages/Profile")),
},
],
},