import { PageHeader } from '@@CE/PageHeader'; import { CreateForm } from './CreateForm'; export function CreateView() { return ( <> ); }