fix:更新首页

This commit is contained in:
Your Name 2026-02-04 12:33:42 +08:00
parent 7b09d9a4b8
commit b2f6fbc4c2

View File

@ -1,5 +1,5 @@
// import MyModalsMapLeaflet from '@/components/ModalsMapLeaflet';
import './style.scss';
export default function Index() {
return <div className="overview_content">2</div>;
return <div className="overview_content"></div>;
}