From 25feb8ec07570374aaa1e2c70e39ad54b13d8043 Mon Sep 17 00:00:00 2001 From: Ajay Dhangar <99037494+ajay-dhangar@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:29:59 +0530 Subject: [PATCH] Update index.tsx --- src/pages/blogs/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/blogs/index.tsx b/src/pages/blogs/index.tsx index 874f2f916..6814f1851 100644 --- a/src/pages/blogs/index.tsx +++ b/src/pages/blogs/index.tsx @@ -6,13 +6,13 @@ import Link from "@docusaurus/Link"; import blogs from "../../database/blogs"; import Head from "@docusaurus/Head"; -interface Blog { - id: number; - title: string; - image: string; - description: string; - slug: string; -} +// interface Blog { +// id: number; +// title: string; +// image: string; +// description: string; +// slug: string; +// } export default function Blogs() { const { siteConfig } = useDocusaurusContext();