/**
 * @fileoverview Fila Cursor (ERP) — shell da rota (sob contexto de projeto).
 * @route /projetos/[id]/desenvolvimento/fila-cursor
 * @see {@link FilaCursorScreen} em `@/features/projetos/fila-cursor`
 */

import { FilaCursorScreen } from '@/features/projetos/fila-cursor';

export default function FilaCursorPage() {
    return <FilaCursorScreen />;
}
