import { DashboardView } from './DashboardView';
export const DashboardEditView = () => <DashboardView />;