Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcslogger committed Feb 20, 2023
1 parent 3fc5d75 commit 27e8d89
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions src/components/Atoms/CircularProgress.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
CircularProgressbar,
CircularProgressbarWithChildren,
buildStyles,
} from 'react-circular-progressbar';
import { CircularProgressbar, buildStyles } from 'react-circular-progressbar';
import 'react-circular-progressbar/dist/styles.css';

export default function CircularProgress({
Expand Down
1 change: 0 additions & 1 deletion src/components/InstanceLoadingPill.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ const Template: ComponentStory<typeof InstanceLoadingPill> = (args) => (

export const Default = Template.bind({});
Default.args = {
focus: false,
progress_percent: 0.5,
};
2 changes: 0 additions & 2 deletions src/components/InstanceLoadingPill.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { EventLevel } from 'bindings/EventLevel';
import { OngoingState } from 'data/NotificationContext';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import clsx from 'clsx';
import { faCircle } from '@fortawesome/free-solid-svg-icons';
Expand Down

0 comments on commit 27e8d89

Please sign in to comment.