| import React, { useState, useRef, useEffect } from 'react'; | 
| import { Drawer } from 'antd'; | 
| import { FormattedMessage, useIntl, useModel } from '@umijs/max'; | 
| import { createStyles } from 'antd-style'; | 
| import * as Utils from '../utils' | 
| import Http from '@/utils/http'; | 
|   | 
| const useStyles = createStyles(({ token, css }) => { | 
|   | 
| }) | 
|   | 
| const MapDrawer = (props) => { | 
|     const intl = useIntl(); | 
|     const { styles } = useStyles(); | 
|   | 
|     return ( | 
|         <> | 
|             <Drawer | 
|   | 
|             /> | 
|         </> | 
|     ) | 
| } | 
|   | 
| export default MapDrawer; |