source: frontend/src/App.jsx@ 59ed25c

Last change on this file since 59ed25c was 44a42b8, checked in by Andrej <asumanovski@…>, 5 months ago

Set up tailwind

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