'use client'; import CrewWidgetListPanel from '../_components/CrewWidgetListPanel'; export default function CrewWidgetListPage() { return <CrewWidgetListPanel />; }