import { OnboardingShell } from "@/components/onboarding-shell";

export default function OnboardingPage() {
  return <OnboardingShell />;
}
