We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d529c7 commit a32af93Copy full SHA for a32af93
apps/web/src/app/dashboard/page.tsx
@@ -61,8 +61,6 @@ const HomePage = () => {
61
<div className="container mx-auto space-y-6 p-6">
62
<h1 className="text-3xl font-bold">Dashboard</h1>
63
64
- <DegreeProgreeUpload />
65
-
66
<ProgramRequirementsChart
67
programs={programs}
68
userCourses={userCourses}
0 commit comments