diff --git a/src/components/ArticleContainer.astro b/src/components/ArticleContainer.astro index 9fe7723..7af296c 100644 --- a/src/components/ArticleContainer.astro +++ b/src/components/ArticleContainer.astro @@ -1,6 +1,5 @@ --- import { Icon } from "astro-icon/components"; -import { cn } from "@/utils/tailwind"; export interface Props { className?: string; @@ -9,10 +8,7 @@ export interface Props { const { className = "", dataPagefindBody = true } = Astro.props; --- -
+