import { EventTypeEditPageSkeleton } from "./skeleton";

export default function Loading() {
  return <EventTypeEditPageSkeleton />;
}
