page.tsx 167 B

12345678
  1. 'use client';
  2. import CrewWidgetListPanel from '../_components/CrewWidgetListPanel';
  3. export default function CrewWidgetListPage()
  4. {
  5. return <CrewWidgetListPanel />;
  6. }