🎨 Improve structure of files

This commit is contained in:
Meierschlumpf
2022-12-04 19:10:07 +01:00
parent 84b32ab216
commit 99a3a4936e
9 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { DashboardView } from './main';
import { DashboardView } from './DashboardView';
export const DashboardEditView = () => {
return <DashboardView />;