"use client"; import React from 'react'; import GisMap from "@/components/gisMap"; const BaiduMapPage = () => { return ( ); }; export default BaiduMapPage;