移除未使用的 EnvConfig 导入,简化代码结构。

This commit is contained in:
神秘人
2025-07-08 18:41:28 +08:00
parent f4274ad4f2
commit 46aacfef4f

View File

@@ -10,7 +10,6 @@ import dayjs from 'dayjs'
import Masonry from "react-masonry-css";
import "./page.scss";
import { getGaodeMapConfigDataAPI } from "@/api/config";
import { EnvConfig } from "@/types/app/config";
const breakpointColumnsObj = {
default: 4,