source: frontend/src/pages/LandingPage.tsx@ 4e5cf92

main
Last change on this file since 4e5cf92 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.