diff --git a/src/components/FreebieSidebar.astro b/src/components/FreebieSidebar.astro index 7591611..e70cf7c 100644 --- a/src/components/FreebieSidebar.astro +++ b/src/components/FreebieSidebar.astro @@ -1,6 +1,6 @@ --- import type { Freebie } from "../data/freebies" -import Tag from "./Tag" +import FreebieSidebarContent from "./FreebieSidebarContent.astro" export interface Props { freebie: Freebie @@ -10,56 +10,57 @@ const { freebie } = Astro.props --- -