db and auth packages setup
This commit is contained in:
12
apps/student/app/page.tsx
Normal file
12
apps/student/app/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Button } from "@workspace/ui/components/button";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="flex items-center justify-center min-h-svh">
|
||||
<div className="flex flex-col items-center justify-center gap-4">
|
||||
<h1 className="text-2xl font-bold">Hello students</h1>
|
||||
<Button size="sm">Button</Button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user