Skip to content

Commit

Permalink
fix Login component url in router
Browse files Browse the repository at this point in the history
  • Loading branch information
Pourya-Alipanah committed Oct 22, 2023
1 parent 96732f1 commit faa6c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createBrowserRouter } from "react-router-dom";
import Login from "./features/identity/components/login";
import Login from "./features/identity/components/Login";
import Register from "./features/identity/components/Register";
import IdentityLayout from "./layouts/IdentityLayout";

Expand Down

0 comments on commit faa6c5b

Please sign in to comment.