mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[Wrappers] Add @goosemod/toast
This commit is contained in:
parent
b48543e8af
commit
dd24e3eea7
2 changed files with 3 additions and 1 deletions
1
moduleWrappers/toast.js
Normal file
1
moduleWrappers/toast.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = goosemodScope.showToast;
|
|
@ -25,7 +25,8 @@
|
|||
"@goosemod/patcher": "./moduleWrappers/patcher.js",
|
||||
"@goosemod/webpack": "./moduleWrappers/webpack.js",
|
||||
"@goosemod/logger": "./moduleWrappers/logger.js",
|
||||
"@goosemod/reactUtils": "./moduleWrappers/reactUtils.js"
|
||||
"@goosemod/reactUtils": "./moduleWrappers/reactUtils.js",
|
||||
"@goosemod/toast": "./moduleWrappers/toast.js"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue