chore(extension): use react for connect dialog (#777)

This commit is contained in:
Yury Semikhatsky
2025-07-28 15:23:33 -07:00
committed by GitHub
parent 04988d8fac
commit 9b5f97b076
11 changed files with 2496 additions and 191 deletions

View File

@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["**/*.ts", "**/*.js"],
"include": ["**/*.ts", "**/*.tsx", "**/*.js"],
}