Skip to content

Commit 480a09b

Browse files
committed
Update builder UI
1 parent 4154d3c commit 480a09b

File tree

3 files changed

+752
-40
lines changed

3 files changed

+752
-40
lines changed

src/pages/playground/builder/choices.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ export const LANGS_METAMASK_SDK: DisplayChoice[] = [
3737
{ key: NEXTJS, displayName: 'Next JS' },
3838
]
3939

40-
export const LANGS_DELEGATION_TOOLKIT: DisplayChoice[] = [
41-
{ key: REACT, displayName: 'React' },
42-
{ key: NEXTJS, displayName: 'Next JS' },
43-
]
44-
4540
// Misc choices
4641

4742
export const YES = 'YES'

0 commit comments

Comments
 (0)