Compare commits

..

No commits in common. "24bfd8a3edb6d9439dded8f2df6e92b323143ea3" and "d45102e2db8972ab1f144da71b58b3e00634b19a" have entirely different histories.

View File

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