source: frontend/src/LandingPage.tsx@ 3727852

main
Last change on this file since 3727852 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
Line 
1const LandingPage = () => {
2 return <div>landing page</div>;
3};
4
5export default LandingPage;
Note: See TracBrowser for help on using the repository browser.