Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCuneo committed Oct 4, 2024
1 parent aa22100 commit 5ed23ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/router.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useEffect } from "react";
import { Else, If, Then } from "react-if";
import { Outlet, Route, createBrowserRouter, createRoutesFromChildren, useNavigate } from "react-router-dom";
import { Outlet, Route, createBrowserRouter, createRoutesFromChildren } from "react-router-dom";

import Layout from "../components/layout/layout";
import type { MainSectionType, SubsectionMenuItemType } from "../components/layout/sideBar/menuItem/types";
Expand Down

0 comments on commit 5ed23ce

Please sign in to comment.