"use client"; import { SearchPanel } from "@/components/analysis/search-panel"; export default function AnalysisPage() { return (
); }