Skip to content

Commit c69af95

Browse files
aramos-adobecastastrophe
authored andcommitted
chore(progresscircle): removing unused import
1 parent 5895920 commit c69af95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/progressbar/stories/progressbar.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { isIndeterminate, size, staticColor } from "@spectrum-css/preview/types"
44
import metadata from "../dist/metadata.json";
55
import packageJson from "../package.json";
66
import { ProgressBarGroup } from "./progressbar.test.js";
7-
import { IndeterminateGroup, Template } from "./template.js";
7+
import { Template } from "./template.js";
88

99
/**
1010
* The progress bar component shows the progression of a system operation such as downloading, uploading, processing, etc. in a visual way.
@@ -130,7 +130,7 @@ Sizing.parameters = {
130130
/**
131131
* Progress bars can represent either determinate or indeterminate progress. Use a determinate progress bar when progress can be calculated against a specific goal (e.g., downloading a file of a known size). Use an indeterminate progress bar when progress is happening, but the time or effort to completion can’t be determined (e.g., attempting to reconnect to a server).
132132
*/
133-
export const Indeterminate = IndeterminateGroup.bind({});
133+
export const Indeterminate = Template.bind({});
134134
Indeterminate.args = {
135135
value: 50,
136136
};

0 commit comments

Comments
 (0)