import React from "react"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; import Stack from '@mui/material/Stack'; import LinearProgress from '@mui/material/LinearProgress'; export default function LinearIndeterminate() { return ( <> Linear Indeterminate ); }