Skip to content

Commit

Permalink
Review feedback. Move wrapper components to api dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed May 5, 2021
1 parent 065f745 commit e4c1c92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/file_upload/public/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { lazyLoadModules } from '../lazy_load_bundle';
import type { IImporter, ImportFactoryOptions } from '../importer';
import type { HasImportPermission, FindFileStructureResponse } from '../../common';
import type { getMaxBytes, getMaxBytesFormatted } from '../importer/get_max_bytes';
import { JsonUploadAndParseAsyncWrapper } from '../components/json_upload_and_parse_async_wrapper';
import { IndexNameFormAsyncWrapper } from '../components/index_name_form_async_wrapper';
import { JsonUploadAndParseAsyncWrapper } from './json_upload_and_parse_async_wrapper';
import { IndexNameFormAsyncWrapper } from './index_name_form_async_wrapper';

export interface FileUploadStartApi {
getFileUploadComponent(): ReturnType<typeof getFileUploadComponent>;
Expand Down

0 comments on commit e4c1c92

Please sign in to comment.