mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
✨ Add new config format
This commit is contained in:
5
src/components/Dashboard/Views/EditView.tsx
Normal file
5
src/components/Dashboard/Views/EditView.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { DashboardView } from './main';
|
||||
|
||||
export const DashboardEditView = () => {
|
||||
return <DashboardView />;
|
||||
};
|
||||
Reference in New Issue
Block a user