import { AvailabilityScheduleSkeleton } from "./skeleton";

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