import { Link, useParams } from 'react-router-dom' import { getCiMeta } from '../lib/ciRouteLookup' /** Fallback for CI-style paths not yet ported to dedicated React pages. */ export function CiPlaceholderPage() { const params = useParams() const star = params['*'] ?? '' const segments = star.split('/').filter(Boolean) const meta = getCiMeta(star) const title = meta?.title ?? 'Section placeholder' return (
Implement this screen using the matching routes in app_laravel/routes/api.php{' '}
(JWT Authorization: Bearer). See also API docs.
SPA path: /app/{star || '…'}
Browse all CI view routes {' · '}