From ac36431107e206495473107d44ae1bb3d0015d5c Mon Sep 17 00:00:00 2001 From: chark1es Date: Tue, 11 Feb 2025 02:09:59 -0800 Subject: [PATCH] fix jszip and button pos --- src/components/dashboard/EventsSection.astro | 51 +++++++++----------- 1 file changed, 23 insertions(+), 28 deletions(-) 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"; ---