base con autenticacion, registro, modulo encuestas
This commit is contained in:
11
apps/web/app/dashboard/inicio/page.tsx
Normal file
11
apps/web/app/dashboard/inicio/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
export default async function Page() {
|
||||
|
||||
return (
|
||||
// <PageContainer>
|
||||
<div className="flex justify-center items-center h-full">
|
||||
<img src="../logo.png" alt="Image" className="w-1/4"/>
|
||||
</div>
|
||||
// </PageContainer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user