🐛 Fix edit modal zIndex and imports

This commit is contained in:
ajnart
2023-04-17 15:07:18 +09:00
parent 543113292b
commit 252651c1fb
3 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { ActionIcon, Box, Button, Indicator, IndicatorProps, Popover } from '@mantine/core';
import { Box, Indicator, IndicatorProps, Popover } from '@mantine/core';
import { useDisclosure } from '@mantine/hooks';
import { isToday } from '../../tools/shared/time/date.tool';
import { MediaList } from './MediaList';