mirror of
https://github.com/morten-olsen/refocus.dev.git
synced 2026-02-08 00:46:25 +01:00
feat: markdown, github file and UI improvements
This commit is contained in:
@@ -4,6 +4,7 @@ import pullRequest from './pull-request/index.widget';
|
||||
import pullRequstComments from './pull-request-comments/index.widget';
|
||||
import workflowRun from './workflow-run/index.widget';
|
||||
import workflowRuns from './workflow-runs/index.widget';
|
||||
import file from './file';
|
||||
|
||||
const github = [
|
||||
githubProfileWidget,
|
||||
@@ -11,6 +12,7 @@ const github = [
|
||||
pullRequstComments,
|
||||
workflowRun,
|
||||
workflowRuns,
|
||||
file,
|
||||
] satisfies Widget<any>[];
|
||||
|
||||
export { github };
|
||||
|
||||
Reference in New Issue
Block a user