(feat): add call popout
This commit is contained in:
parent
18e507b439
commit
4f82b9c85b
6 changed files with 497 additions and 4 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"./store": "./src/store.tsx",
|
||||
"./screen": "./src/screen.tsx",
|
||||
"./utils": "./src/utils.ts",
|
||||
"./sidebarBox": "./src/components/sidebarBox.tsx"
|
||||
"./sidebarBox": "./src/components/sidebarBox.tsx",
|
||||
"./popout": "./src/components/popout.tsx"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "bunx prettier --write .",
|
||||
|
|
|
|||
Loading…
Reference in a new issue