initial commit (#15392)

This commit is contained in:
Phillip Kelley-Dotson 2021-06-25 14:48:03 -07:00 committed by GitHub
parent bdb9b0a9be
commit f3f018423a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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};