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