🎨 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,6 +1,6 @@
import { Card } from '@mantine/core';
import { RefObject } from 'react';
import { Tiles } from '../../Tiles/definition';
import { Tiles } from '../../Tiles/tilesDefinitions';
import { GridstackTileWrapper } from '../../Tiles/TileWrapper';
import { useGridstack } from '../gridstack/use-gridstack';