import AnalysisClient from "@/src/components/dashboards/AnalysisClient";
export default function AnalysisPage() {
return <AnalysisClient />;
}