UNPKG

react-amanda

Version:

A base-architecture and some components for React

9 lines (6 loc) 218 B
import React from "react"; import LinearProgress from '@mui/material/LinearProgress'; var Ing = function Ing(props) { return React.createElement(LinearProgress, { sx: { width: '100%' } }); }; export default Ing;