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

export default function NuevaOperacionPage() {
  return (
    <AppShell>
      <OperationForm />
    </AppShell>
  )
}
