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 b34a1eb commit d76d387Copy full SHA for d76d387
src/app/admin/page.tsx
@@ -10,8 +10,6 @@ export default async function AdminHomePage() {
10
// const courseRows = await getCourseRows();
11
const courseDifficultyRows = await getCourseDifficultyRows();
12
const courseTagRows = await getCourseTagRows();
13
- console.log(typeof(courseDifficultyRows));
14
- console.log(courseDifficultyRows);
15
return (
16
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 p-6">
17
<UserRadialChart adminCount={adminRows} regularCount={regularRows}/>
0 commit comments