From f4ba5382909f8298f2e4b5808342d8bbc22ef37a Mon Sep 17 00:00:00 2001 From: Raj Sharma Date: Tue, 14 May 2024 22:54:37 +0530 Subject: [PATCH] fix: added same grain on the story pages --- src/app/(home)/story/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/(home)/story/page.tsx b/src/app/(home)/story/page.tsx index 4435b6f..06a2573 100644 --- a/src/app/(home)/story/page.tsx +++ b/src/app/(home)/story/page.tsx @@ -15,6 +15,7 @@ import Link from "next/link"; import { NRenderer } from "@/components/notion/renderer"; import { Metadata, ResolvingMetadata } from "next"; import Comments, { Reactions } from "@/components/comments"; +import { CssGrain } from "@/components/css-grain"; export const revalidate = 100; @@ -132,7 +133,7 @@ export default async function Story({ {/* }} */} {/* > */} -
+