30cd0c9
1
2
3
4
5
6
import { AnalysisShell } from "./AnalysisShell"; export default function AnalysisPage() { return <AnalysisShell />; }