source: frontend/src/App.jsx@ a98dbb7

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

Set up tailwind

  • Property mode set to 100644
File size: 118 bytes
RevLine 
[44a42b8]1import LandingPage from "./pages/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.