mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-07 14:05:49 +01:00
Remove all unused dependencies and items
This commit is contained in:
@@ -1,15 +1,5 @@
|
||||
import {
|
||||
Group,
|
||||
Indicator,
|
||||
Popover,
|
||||
Box,
|
||||
Container,
|
||||
Text,
|
||||
Avatar,
|
||||
ActionIcon,
|
||||
Center,
|
||||
} from '@mantine/core';
|
||||
import { useEffect, useState } from 'react';
|
||||
import { Indicator, Popover, Box, Center } from '@mantine/core';
|
||||
import { useState } from 'react';
|
||||
import { Calendar } from '@mantine/dates';
|
||||
import dayjs from 'dayjs';
|
||||
import MediaDisplay from './MediaDisplay';
|
||||
@@ -100,8 +90,9 @@ function DayComponent(props: any) {
|
||||
onClose={() => setOpened(false)}
|
||||
opened={opened}
|
||||
target={day}
|
||||
children={<MediaDisplay media={medias[match]} />}
|
||||
/>
|
||||
>
|
||||
<MediaDisplay media={medias[match]} />
|
||||
</Popover>
|
||||
</Indicator>
|
||||
</Center>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user