Skip to content

Commit

Permalink
Remove flaky demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jan 7, 2025
1 parent 0221d17 commit 10e5fb8
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import CircularWithValueLabel from '../../../../../docs/data/material/components
import CustomizedProgressBars from '../../../../../docs/data/material/components/progress/CustomizedProgressBars.tsx';
import DelayingAppearance from '../../../../../docs/data/material/components/progress/DelayingAppearance.tsx';
import LinearColor from '../../../../../docs/data/material/components/progress/LinearColor.tsx';
import LinearDeterminate from '../../../../../docs/data/material/components/progress/LinearDeterminate.tsx';
import LinearIndeterminate from '../../../../../docs/data/material/components/progress/LinearIndeterminate.tsx';
import LinearWithValueLabel from '../../../../../docs/data/material/components/progress/LinearWithValueLabel.tsx';

Expand Down Expand Up @@ -71,12 +70,6 @@ export default function Progress() {
<LinearColor />
</div>
</section>
<section>
<h2> Linear Determinate</h2>
<div className="demo-container">
<LinearDeterminate />
</div>
</section>
<section>
<h2> Linear Indeterminate</h2>
<div className="demo-container">
Expand Down

0 comments on commit 10e5fb8

Please sign in to comment.