删除多余的依赖

This commit is contained in:
JIANG
2025-11-18 15:33:55 +08:00
parent 6748a8cee8
commit 401a2c03b1
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ interface PipePoint {
const AnalysisParameters: React.FC = () => {
const map = useMap();
const { open, close } = useNotification();
const { open } = useNotification();
const [pipePoints, setPipePoints] = useState<PipePoint[]>([]);
const [startTime, setStartTime] = useState<Dayjs | null>(dayjs(new Date()));