Build base web
This commit is contained in:
3
virtweb_frontend/src/widgets/BaseAuthenticatedPage.tsx
Normal file
3
virtweb_frontend/src/widgets/BaseAuthenticatedPage.tsx
Normal file
@ -0,0 +1,3 @@
|
||||
export function BaseAuthenticatedPage(): React.ReactElement {
|
||||
return <>ready with login</>;
|
||||
}
|
Reference in New Issue
Block a user