import { FormPageSkeleton } from "@/components/dashboard/page-skeletons";

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