upd imports in css

This commit is contained in:
Nikolai Petukhov
2024-09-20 11:58:13 +03:00
parent 811e9448b0
commit 8c5af38e3c
4 changed files with 5 additions and 8 deletions

View File

@@ -4,9 +4,6 @@ import { BrowserRouter } from 'react-router-dom';
import "./index.css"
import { Dashboard } from './dashboard';
import Interlocutor from './backend/interlocutor/Interlocutor.js'
import User from './backend/user/User.js'
const App = () => {
return(
<BrowserRouter>