@@ -53,10 +35,7 @@ export default component$(() => {
- }
- >
+
diff --git a/packages/docs/src/contexts/index.tsx b/packages/docs/src/contexts/index.tsx
index 929daa4..7282539 100644
--- a/packages/docs/src/contexts/index.tsx
+++ b/packages/docs/src/contexts/index.tsx
@@ -6,5 +6,12 @@ export interface DocumentationCtx {
list: { link: string; name: string }[]
}
+export interface User {
+ id: number
+ login: string
+ html_url: string
+ avatar_url: string
+}
+
export const GlobalStore =
createContext