From cfb582bef8bcdc263e96677590c2f4beee0b8f6b Mon Sep 17 00:00:00 2001 From: delta student Date: Wed, 18 Mar 2026 21:53:03 +0530 Subject: [PATCH] feat: add GitHub token configuration button --- src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 0a3deb1..cc0dc93 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,6 +5,10 @@ function App() { return ( <>

Hello, OrgExplorer!

+ {/*Adding the button here */} + ) }