Files
auth-portal/apps/web/src/components/blocks/auth-18/page.tsx
T
Denozordec bac95bdb2e
Build and Push Auth Portal Docker Image / build-and-push (push) Successful in 5m26s
Build and Push Auth Portal Docker Image / create-release (push) Skipped
First Commit
2026-07-18 13:27:37 +07:00

9 lines
162 B
TypeScript

import { Auth } from "./components/auth"
export function Page() {
return (
<div className="bg-background min-h-svh w-full">
<Auth />
</div>
)
}