Skip to content

Commit ead49dc

Browse files
committed
feat: initial commit trying to fix the problem for content preview
1 parent 5017e51 commit ead49dc

File tree

3 files changed

+0
-100
lines changed

3 files changed

+0
-100
lines changed

app/(dashboard)/dashboard/events/[eventId]/page.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export default async function DashboardPage({
1616
}) {
1717
const event = await getEventBySlug({ eventId });
1818

19-
const content = event?.content || [];
20-
21-
// console.log(content);
22-
2319
return (
2420
<ContentLayout title='Dashboard'>
2521
<div className='flex items-center justify-between'>

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"cmdk": "^1.0.0",
4848
"date-fns": "^3.6.0",
4949
"emblor": "^1.3.5",
50-
"html-react-parser": "^5.1.10",
5150
"lucide-react": "^0.356.0",
5251
"next": "14.1.3",
5352
"next-auth": "^4.24.7",

pnpm-lock.yaml

-95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)