ijl to brojs

This commit is contained in:
Nikolai Petukhov
2024-09-20 15:05:14 +03:00
parent 6fc51fd45c
commit a482be764b
7 changed files with 585 additions and 31 deletions

View File

@@ -1,15 +1,9 @@
import React from 'react';
import { BrowserRouter } from 'react-router-dom';
import { Dashboard } from './dashboard';
const App = () => {
return(
<BrowserRouter>
<Dashboard/>
</BrowserRouter>
)
}
export default App;
return (
<h1>Hello world для проекта - enterfront</h1>
);
};
export default App;