diff --git a/src/components/dashboard/EventsSection.astro b/src/components/dashboard/EventsSection.astro index ae75ade..896c03d 100644 --- a/src/components/dashboard/EventsSection.astro +++ b/src/components/dashboard/EventsSection.astro @@ -1,7 +1,7 @@ --- import { Icon } from "astro-icon/components"; import JSZip from "jszip"; -import FilePreview from "./Officer_EventManagement/FilePreview"; +import FilePreview from "./universal/FilePreview"; ---