--- 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(); ---