Skip to content

Commit

Permalink
Fixed duplicate import.
Browse files Browse the repository at this point in the history
  • Loading branch information
evrii committed Mar 13, 2024
1 parent 792b913 commit 7f51d02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/workflows-app/components/SubmitWorkflowModal.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Spinner, useThemeFromContext } from '@terra-ui-packages/components';
import { Modal, Spinner } from '@terra-ui-packages/components';
import { Modal, Spinner, useThemeFromContext } from '@terra-ui-packages/components';
import _ from 'lodash/fp';
import { CSSProperties, Fragment, useState } from 'react';
import { div, h, span } from 'react-hyperscript-helpers';
Expand Down

0 comments on commit 7f51d02

Please sign in to comment.