diff --git a/src/components/dashboard/EventsSection.astro b/src/components/dashboard/EventsSection.astro index ebeca42..f6ed2cf 100644 --- a/src/components/dashboard/EventsSection.astro +++ b/src/components/dashboard/EventsSection.astro @@ -1,8 +1,9 @@ --- -import { Icon } from "astro-icon/components"; +import { Icon } from "@iconify/react"; import JSZip from "jszip"; import FilePreview from "./universal/FilePreview"; import EventCheckIn from "./EventsSection/EventCheckIn"; +import EventLoad from "./EventsSection/EventLoad"; ---
- -