Skip to content

Commit

Permalink
fix(skeleton): remove unused Outlet
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Apr 25, 2024
1 parent 37a1bfd commit 2f7c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/base/src/router.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Layout from "@/components/Layout/index.ts";
import RootErrorBoundary from "@/components/RootErrorBoundary/index.ts";
import HomePage from "@/pages/HomePage/index.ts";
import { Outlet, type RouteObject, createBrowserRouter } from "react-router-dom";
import { type RouteObject, createBrowserRouter } from "react-router-dom";

const pathRoutes: RouteObject[] = [
{
Expand Down

0 comments on commit 2f7c038

Please sign in to comment.