UNPKG

@mongez/react-components

Version:

Beautiful and simple ready React Components for quick production.

7 lines (6 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var NotFound = require("./NotFound/NotFound.js"), Progress = require("./Progress/Progress.js"); exports.NotFound = NotFound; exports.Progress = Progress;