ADD new frontend
This commit is contained in:
3
frontend/src/pages/public/index.ts
Normal file
3
frontend/src/pages/public/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { default as LandingPage } from './LandingPage';
|
||||
export { default as LoginPage } from './LoginPage';
|
||||
export { default as RegisterPage } from './RegisterPage';
|
||||
Reference in New Issue
Block a user