We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a35d48 commit 9b5278bCopy full SHA for 9b5278b
public/components/app.tsx
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-import { I18nProvider } from '@kbn/i18n/react';
+import { I18nProvider } from '@kbn/i18n-react';
3
import { BrowserRouter as Router } from 'react-router-dom';
4
5
import {
public/index.ts
@@ -7,4 +7,4 @@ import { AnalyzeApiUiPlugin } from './plugin';
7
export function plugin() {
8
return new AnalyzeApiUiPlugin();
9
}
10
-export { AnalyzeApiUiPluginSetup, AnalyzeApiUiPluginStart } from './types';
+export type { AnalyzeApiUiPluginSetup, AnalyzeApiUiPluginStart } from './types';
0 commit comments