GTA Projekt
This commit is contained in:
15
2025. 02. 11/test/src/App.js
Normal file
15
2025. 02. 11/test/src/App.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Routes, Route } from "react-router-dom"
|
||||
import Home from "./components/Home";
|
||||
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<Routes>
|
||||
<Route path="/" element={ <Home /> }></Route>
|
||||
</Routes>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user