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

export default function AutodiagnostiqueResultatPage() {
  return <AutodiagnosticResultShell />;
}
