feat: remove traces of plugin api + moved faker to dev deps

Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
This commit is contained in:
Kamil Wolny
2022-08-12 13:16:37 +01:00
parent 07096fa843
commit f9a16edaf3
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -19,6 +19,4 @@ export {
GitHubIssuesCard,
} from './plugin';
export * from './api';
export type { GitHubIssuesProps } from './components/GitHubIssues';