Skip to content

Commit 9b5278b

Browse files
feat: build plugin with yarn
1 parent 0a35d48 commit 9b5278b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/components/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { I18nProvider } from '@kbn/i18n/react';
2+
import { I18nProvider } from '@kbn/i18n-react';
33
import { BrowserRouter as Router } from 'react-router-dom';
44

55
import {

public/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ import { AnalyzeApiUiPlugin } from './plugin';
77
export function plugin() {
88
return new AnalyzeApiUiPlugin();
99
}
10-
export { AnalyzeApiUiPluginSetup, AnalyzeApiUiPluginStart } from './types';
10+
export type { AnalyzeApiUiPluginSetup, AnalyzeApiUiPluginStart } from './types';

0 commit comments

Comments
 (0)