6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { DashboardView } from './DashboardView';
|
|
|
|
export const DashboardEditView = () => {
|
|
return <DashboardView />;
|
|
};
|