Removed index.js imports from ServerItem.jsx, RemoteSFTP.jsx, Header.jsx & main.jsx
This commit is contained in:
@ -2,7 +2,7 @@ import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import App from './App.jsx';
|
||||
import {createBrowserRouter, RouterProvider} from "react-router-dom";
|
||||
import {routes} from "@/common/routes/index.jsx";
|
||||
import {routes} from "@/common/routes";
|
||||
|
||||
const router = createBrowserRouter([{
|
||||
path: "/",
|
||||
|
Reference in New Issue
Block a user