import { AppShell } from '@/components/layout/AppShell'
import { OperationsList } from '@/components/operations/OperationsList'

export default function OperacionesPage() {
  return (
    <AppShell>
      <OperationsList />
    </AppShell>
  )
}
