fix
This commit is contained in:
17
src/app.tsx
17
src/app.tsx
@@ -1,9 +1,16 @@
|
||||
import React from 'react';
|
||||
import { BrowserRouter } from 'react-router-dom';
|
||||
|
||||
import { Dashboard } from './dashboard';
|
||||
|
||||
import './index.css'
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<h1>Hello world для проекта - enterfront</h1>
|
||||
);
|
||||
};
|
||||
return(
|
||||
<BrowserRouter>
|
||||
<Dashboard />
|
||||
</BrowserRouter>
|
||||
)
|
||||
}
|
||||
|
||||
export default App;
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user