Skip to content

Commit

Permalink
Fix type err
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Jun 17, 2021
1 parent c2fcd4b commit d2ed4cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { EuiThemeProvider } from '../../../../../../../../src/plugins/kibana_rea
import { Create } from '.';
import { useKibana } from '../../../../utils/kibana_react';
import { basicCase } from '../../../../../../cases/public/containers/mock';
import { CASES_APP_ID, CASES_OWNER } from '../constants';
import { CASES_OWNER } from '../constants';
import { Case } from '../../../../../../cases/common';
import { getCaseDetailsUrl } from '../../../../pages/cases/links';

Expand Down

0 comments on commit d2ed4cf

Please sign in to comment.