feat: add basic plugin render page with mocked data for standalon local developement

Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
This commit is contained in:
Kamil Wolny
2022-08-09 23:46:18 +01:00
parent f9f9aa64f8
commit 5983eab8c1
2 changed files with 85 additions and 0 deletions
+2
View File
@@ -19,4 +19,6 @@ export {
GitHubIssuesCard,
} from './plugin';
export * from './api';
export type { GitHubIssuesProps } from './components/GitHubIssues';