diff --git a/src/components/dashboard/EventsSection.astro b/src/components/dashboard/EventsSection.astro index f82a556..ae2d6c9 100644 --- a/src/components/dashboard/EventsSection.astro +++ b/src/components/dashboard/EventsSection.astro @@ -1,5 +1,6 @@ --- import { Icon } from "astro-icon/components"; +import JSZip from "jszip"; ---