Skip to content

Commit 2efadd2

Browse files
committed
remove progressprops import
1 parent f95682a commit 2efadd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Progress/stories/Progress.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useEffect, useState } from 'react';
2-
import Progress, { ProgressProps } from '../Progress';
2+
import Progress from '../Progress';
33
import Button from '~/components/ui/Button/Button';
44
import SandboxEditor from '~/components/tools/SandboxEditor/SandboxEditor';
55

0 commit comments

Comments
 (0)