import { FormPageSkeleton } from '@/components/frontend/skeletons/Skeletons'

// Shown by Next.js (as an automatic <Suspense> fallback around this route's
// page) while its server data loads, so navigation feels instant and the
// header/footer stay put.
export default function Loading() {
  return <FormPageSkeleton />
}
