source: frontend/src/App.jsx@ 140d098

Last change on this file since 140d098 was 793ce2c, checked in by Andrej <asumanovski@…>, 5 months ago

Landing page design

  • Property mode set to 100644
File size: 130 bytes
Line 
1import LandingPage from "./pages/LandingPage/LandingPage.jsx";
2
3function App() {
4 return <LandingPage />;
5}
6
7export default App;
Note: See TracBrowser for help on using the repository browser.