🚨 Fix warnings

This commit is contained in:
Manuel
2023-04-07 20:06:27 +02:00
parent 2e0478b2a7
commit 6b3fe8951a
5 changed files with 21 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import { Center, Group, Loader, Stack } from '@mantine/core';
import { Group, Stack } from '@mantine/core';
import { useEffect, useMemo, useRef } from 'react';
import { useConfigContext } from '../../../config/provider';
import { useResize } from '../../../hooks/use-resize';
@@ -6,9 +6,9 @@ import { useScreenLargerThan } from '../../../hooks/useScreenLargerThan';
import { CategoryType } from '../../../types/category';
import { WrapperType } from '../../../types/wrapper';
import { DashboardCategory } from '../Wrappers/Category/Category';
import { useGridstackStore } from '../Wrappers/gridstack/store';
import { DashboardSidebar } from '../Wrappers/Sidebar/Sidebar';
import { DashboardWrapper } from '../Wrappers/Wrapper/Wrapper';
import { useGridstackStore } from '../Wrappers/gridstack/store';
export const DashboardView = () => {
const wrappers = useWrapperItems();