删除多余的依赖

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

@@ -28,7 +28,6 @@ import { FlatStyleLike } from "ol/style/flat";
import { calculateClassification } from "@utils/breaks_classification";
import { parseColor } from "@utils/parseColor";
import { VectorTile } from "ol";
import { se } from "date-fns/locale";
interface StyleConfig {
property: string;

View File

@@ -26,7 +26,6 @@ import { TbRewindBackward15, TbRewindForward15 } from "react-icons/tb";
import { useData } from "../MapComponent";
import { config } from "@/config/config";
import { useMap } from "../MapComponent";
import { set } from "ol/transform";
const backendUrl = config.backendUrl;
const Timeline: React.FC = () => {
const data = useData();