import * as React from 'react'; import LinearProgress from '@mui/material/LinearProgress'; export default function DeterminateLinearProgress() { return (
); }