Skip to content

Commit

Permalink
fix(layout): path name bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jul 10, 2024
1 parent 4e71f2a commit 4980782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Route, Routes } from "react-router-dom";

import Layout from "./layout";
import Home from "./pages/home";
import ApiOperationPage from "./pages/api-operation-page/link-publications";
import ContributionPage from "./pages/contribution-page";
import DeletePage from "./pages/delete-persons";
import ChangeNamePage from "./pages/change-name";
import Layout from "./layout";

export default function Router() {
return (
Expand Down

0 comments on commit 4980782

Please sign in to comment.