import { AutodiagnosticShell } from "@/components/autodiagnostic-shell";

export default function AutodiagnostiquePage() {
  return <AutodiagnosticShell />;
}
