"DashboardWorkplace/src/components/Radar/index.tsx" did not exist on "7e6b9aa0ea2f0b80c7043d8e36f1a46b5c1f9d6c"
index.tsx 265 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2
import { Card } from 'antd';
import { Minimap } from 'gg-editor';
陈帅's avatar
陈帅 committed
3
import React from 'react';
陈帅's avatar
陈帅 committed
4

陈帅's avatar
陈帅 committed
5
const EditorMinimap = () => (
陈帅's avatar
陈帅 committed
6 7 8 9
  <Card type="inner" size="small" title="Minimap" bordered={false}>
    <Minimap height={200} />
  </Card>
);
陈帅's avatar
陈帅 committed
10 11

export default EditorMinimap;