mirror of
https://github.com/morten-olsen/refocus.dev.git
synced 2026-02-08 00:46:25 +01:00
init
This commit is contained in:
12
packages/widgets/src/github/index.ts
Normal file
12
packages/widgets/src/github/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Widget } from '@refocus/sdk';
|
||||
import githubProfileWidget from './profile/index.widget';
|
||||
import pullRequest from './pull-request/index.widget';
|
||||
import pullRequstComments from './pull-request-comments/index.widget';
|
||||
|
||||
const github = [
|
||||
githubProfileWidget,
|
||||
pullRequest,
|
||||
pullRequstComments,
|
||||
] satisfies Widget<any>[];
|
||||
|
||||
export { github };
|
||||
Reference in New Issue
Block a user