Skip to content

Commit fab89dd

Browse files
feat(web): add student profile page (#83)
Co-authored-by: Chenxin Yan <[email protected]>
1 parent b2b49ff commit fab89dd

File tree

11 files changed

+899
-52
lines changed

11 files changed

+899
-52
lines changed

apps/web/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"@radix-ui/react-select": "^2.2.6",
2424
"@radix-ui/react-separator": "^1.1.8",
2525
"@radix-ui/react-slot": "^1.2.4",
26+
"@radix-ui/react-switch": "^1.2.6",
27+
"@radix-ui/react-tabs": "^1.1.13",
2628
"@radix-ui/react-tooltip": "^1.2.8",
2729
"@remixicon/react": "^4.7.0",
2830
"@t3-oss/env-nextjs": "^0.13.8",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { AppHeader } from "@/app/dashboard/components/app-header";
2+
3+
export default function AdminHeader() {
4+
return <AppHeader title="Account" />;
5+
}

0 commit comments

Comments
 (0)