mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
|
|
import { DashboardView } from './main';
|
||
|
|
|
||
|
|
export const DashboardEditView = () => {
|
||
|
|
return <DashboardView />;
|
||
|
|
};
|