Skip to content

Commit

Permalink
initial commit (apache#15392)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored and cccs-RyanS committed Dec 17, 2021
1 parent fe0a951 commit d90378b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions superset-frontend/src/components/ImportModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@ import { UploadChangeParam, UploadFile } from 'antd/lib/upload/interface';
import { styled, t } from '@superset-ui/core';

import Button from 'src/components/Button';
import Icon from 'src/components/Icon';
import Modal from 'src/components/Modal';
import { Upload } from 'src/common/components';
import { useImportResource } from 'src/views/CRUD/hooks';
import { ImportResourceName } from 'src/views/CRUD/types';

export const StyledIcon = styled(Icon)`
margin: auto ${({ theme }) => theme.gridUnit * 2}px auto 0;
`;

const HelperMessage = styled.div`
display: block;
color: ${({ theme }) => theme.colors.grayscale.base};
Expand Down

0 comments on commit d90378b

Please sign in to comment.