Add webapp skeletons
This commit is contained in:
3
matrixgw_frontend/src/widgets/auth/BaseLoginPage.tsx
Normal file
3
matrixgw_frontend/src/widgets/auth/BaseLoginPage.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function BaseLoginPage(): React.ReactElement {
|
||||
return <p>Todo login page route</p>;
|
||||
}
|
||||
Reference in New Issue
Block a user