UNPKG

@difizen/mana-app

Version:

13 lines (12 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Loading = Loading; require("./index.less"); var _jsxRuntime = require("react/jsx-runtime"); function Loading() { return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", { className: "mana-loading" }); }