🚨 Lint and prettier

This commit is contained in:
ajnart
2023-04-03 15:45:47 +09:00
parent 2fc4adfbb0
commit 56e824267d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { ComponentType, useMemo } from 'react';
import { ComponentType } from 'react';
import Widgets from '.';
import { HomarrCardWrapper } from '../components/Dashboard/Tiles/HomarrCardWrapper';
import { WidgetsMenu } from '../components/Dashboard/Tiles/Widgets/WidgetsMenu';