Skip to content

Commit

Permalink
Shortens path name again
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Jan 31, 2021
1 parent 8ffe874 commit 21ff3b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { useKibana } from '../../../../../../../../shared_imports';
import { useIsMounted } from '../../../../../use_is_mounted';
import { AddDocumentForm } from '../add_document_form';

import './add_documents_accordion.scss';
import './add_docs_accordion.scss';

const DISCOVER_URL_GENERATOR_ID = 'DISCOVER_APP_URL_GENERATOR';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/

export { AddDocumentsAccordion } from './add_documents_accordion';
export { AddDocumentsAccordion } from './add_docs_accordion';
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
Form,
} from '../../../../../../../shared_imports';
import { Document } from '../../../../types';
import { AddDocumentsAccordion } from './add_documents_accordion';
import { AddDocumentsAccordion } from './add_docs_accordion';
import { ResetDocumentsModal } from './reset_documents_modal';

import './tab_documents.scss';
Expand Down

0 comments on commit 21ff3b5

Please sign in to comment.