Skip to content

Commit

Permalink
remove commend in routes file
Browse files Browse the repository at this point in the history
  • Loading branch information
Endo committed May 9, 2023
1 parent 592fcb4 commit 14bc615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Navigate, createBrowserRouter } from "react-router-dom";
import { MAIN_PATH } from "src/constant";

import MainLayout from "src/layouts/MainLayout";
// import {loader as mainLoader} from 'src/pages/HomePage';

const router = createBrowserRouter([
{
Expand Down

0 comments on commit 14bc615

Please sign in to comment.