source: frontend/src/LandingPage.tsx@ 24a2a2a

main
Last change on this file since 24a2a2a was 0c86e77, checked in by Filip Gavrilovski <filipgavrilovski28@…>, 6 months ago

add axios, auth context, simple working register form on frontend

  • 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.