mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
import { DashboardView } from './DashboardView';
|
|
|
|
export const DashboardEditView = () => <DashboardView />;
|