source: frontend/src/pages/LandingPage.tsx@ 2b08bed

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

refactor frontend file structure

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