Skip to content

Commit

Permalink
ZKUI-293 - fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Nov 10, 2022
1 parent fa67c78 commit a476747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/backend/location/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { pauseIngestionSite, resumeIngestionSite } from '../../actions/zenko';
import { InlineButton } from '../../ui-elements/Table';
import type { BucketInfo } from '../../../types/s3';
import styled from 'styled-components';
import { SpacedBox } from '@scality/core-ui';
import { Icon, SpacedBox } from '@scality/core-ui';
import { BucketWorkflowTransitionV2 } from '../../../js/managementClient/api';
type RowProps = {
original: Location;
Expand Down

0 comments on commit a476747

Please sign in to comment.