Removed index.js imports from ServerItem.jsx, RemoteSFTP.jsx, Header.jsx & main.jsx

This commit is contained in:
2023-08-04 12:22:06 +02:00
parent 0aa769d1d8
commit d6e59666df
4 changed files with 5 additions and 5 deletions

View File

@ -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: "/",