From dc7759a7360eb9aa1c02df55919c0cff7a1aa5d5 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 7 Feb 2023 11:46:29 +0100 Subject: [PATCH] remove unneeded import --- src/components/Posts.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Posts.astro b/src/components/Posts.astro index c5000cb..86db475 100644 --- a/src/components/Posts.astro +++ b/src/components/Posts.astro @@ -1,5 +1,4 @@ --- -import Card from "./Card.astro"; import type { AstroInstance } from "astro"; export interface Props {