source: frontend/src/pages/LandingPage.tsx@ 98992cf

main
Last change on this file since 98992cf was 4e5cf92, checked in by Filip Gavrilovski <filipgavrilovski28@…>, 6 months ago

refactor frontend file structure

  • Property mode set to 100644
File size: 93 bytes
Line 
1const LandingPage = () => {
2 return <div>landing page</div>;
3};
4
5export default LandingPage;
Note: See TracBrowser for help on using the repository browser.