diff --git a/package.json b/package.json index e6a735c..220e76b 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "lint": "eslint" }, "dependencies": { + "react": "19.1.0", + "react-dom": "19.1.0", "react-hook-form": "^7.63.0", "zod": "^4.1.11", "@libsql/client": "^0.15.15", "drizzle-orm": "^0.44.6", "next": "15.5.4", - "react": "19.1.0", - "react-dom": "19.1.0", "next-safe-action": "8.0.11", "web": "link:@libsql/client/web", "better-auth": "^1.3.26" diff --git a/src/app/courses/[courseId]/page.tsx b/src/app/courses/[courseId]/page.tsx index 64c20b2..0679ee8 100644 --- a/src/app/courses/[courseId]/page.tsx +++ b/src/app/courses/[courseId]/page.tsx @@ -1,7 +1,8 @@ -export default function CoursesPage() { - return ( -