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