删除多余的依赖

This commit is contained in:
JIANG
2025-10-16 17:38:52 +08:00
parent 665160ae65
commit 85879a9137
3 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
// @refresh reset // 添加此注释强制热重载时重新挂载组件
"use client";
import { config } from "@/config/config";
import React, {
@@ -24,9 +23,6 @@ import { bearing } from "@turf/turf";
import { Deck } from "@deck.gl/core";
import { TextLayer } from "@deck.gl/layers";
import { TripsLayer } from "@deck.gl/geo-layers";
import { el, tr } from "date-fns/locale";
import RenderFeature from "ol/render/Feature";
import { set } from "date-fns";
interface MapComponentProps {
children?: React.ReactNode;