app: Initial tabs impl (#28436)
This commit is contained in:
parent
4702cddb3e
commit
38b406fb35
86 changed files with 10780 additions and 598 deletions
|
|
@ -22,7 +22,8 @@
|
|||
"./icons/file-type": "./src/components/file-icons/types.ts",
|
||||
"./icons/app": "./src/components/app-icons/types.ts",
|
||||
"./fonts/*": "./src/assets/fonts/*",
|
||||
"./audio/*": "./src/assets/audio/*"
|
||||
"./audio/*": "./src/assets/audio/*",
|
||||
"./v2/*": "./src/v2/*"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --noEmit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue