Skip to content

Commit

Permalink
fix merged import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 7, 2022
1 parent d5a447a commit 82c4612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import type { UiSettingsServiceOptions } from '@kbn/core-ui-settings-server-internal';
import type { UiSettingsServiceOptions } from '../..';
import { UiSettingsClient } from './ui_settings_client';
import { UiSettingsGlobalClient } from './ui_settings_global_client';

Expand Down

0 comments on commit 82c4612

Please sign in to comment.