mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix client imports to prevent multiple react context's
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
"bknd/adapter": ["./src/adapter/index.ts"],
|
||||
"bknd/adapter/*": ["./src/adapter/*/index.ts"],
|
||||
"bknd/client": ["./src/ui/client/index.ts"],
|
||||
"bknd/modes": ["./src/modes/index.ts"]
|
||||
"bknd/modes": ["./src/modes/index.ts"],
|
||||
"bknd/elements": ["./src/ui/elements/index.ts"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user