UNPKG

aling

Version:

奇怪的组件库

7 lines (6 loc) 166 B
import { Box } from "@mui/system"; import * as React from "react"; const MapGl = () => { return React.createElement(Box, null, "Aling"); }; export default MapGl;