source: frontend/src/App.jsx@ 793ce2c

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

Landing page design

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