diff --git a/src/components/dashboard/Officer_EventRequestForm.astro b/src/components/dashboard/Officer_EventRequestForm.astro new file mode 100644 index 0000000..00b0bf4 --- /dev/null +++ b/src/components/dashboard/Officer_EventRequestForm.astro @@ -0,0 +1,323 @@ +--- +import { Authentication } from "../../scripts/pocketbase/Authentication"; +import { Update } from "../../scripts/pocketbase/Update"; +import { FileManager } from "../../scripts/pocketbase/FileManager"; + +// Form sections +import PRSection from "./Officer_EventRequestForm/PRSection"; +import EventDetailsSection from "./Officer_EventRequestForm/EventDetailsSection"; +import TAPSection from "./Officer_EventRequestForm/TAPSection"; +import ASFundingSection from "./Officer_EventRequestForm/ASFundingSection"; + +const auth = Authentication.getInstance(); +const update = Update.getInstance(); +const fileManager = FileManager.getInstance(); +--- + +
{title}
+{title}
+{description}
+