Skip to content

Commit 9c7fe38

Browse files
committed
Removed the unused import and 'content' prop
1 parent dcd7438 commit 9c7fe38

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/blogCarousel/blogCard.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
import React from "react";
33
import Link from "@docusaurus/Link";
44
import { getAuthorProfiles } from "../../utils/authors";
5-
import { usePluginData } from "@docusaurus/useGlobalData";
5+
66

77
interface BlogCardProps {
88
type: string;
99
date?: string;
1010
title: string;
11-
content: string;
1211
imageUrl: string;
1312
id: string;
1413
authors?: string[];
@@ -50,7 +49,6 @@ const BlogCard = ({
5049
type,
5150
date,
5251
title,
53-
content,
5452
imageUrl,
5553
id,
5654
authors,

0 commit comments

Comments
 (0)