diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 29423e5..ea3d4b7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -13,6 +13,7 @@ import { Stack, Box, ActionIcon, + Popover, } from '@mantine/core'; import { DatePickerInput } from '@mantine/dates'; import { IconCalendar, IconClock, IconSettings, IconLogout, IconX } from '@tabler/icons-react';