fix: 修复 Popover 导入缺失问题

- 添加缺失的 Popover 组件导入
- 确保时间选择器正常运行

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
ddshi 2026-02-11 15:16:47 +08:00
parent 62aa5cd54c
commit ddd8ef88bf

View File

@ -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';