diff options
author | Vendicated <vendicated@riseup.net> | 2022-09-02 19:05:52 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-09-02 19:05:52 +0200 |
commit | 3dd294e2adf586930f5650ac59f71ffc087f769b (patch) | |
tree | d4a09cd43d53a91d0dff86a40db58270c8b6afa9 /src/utils | |
parent | 68057d49e8bb602e0094fc4af785363752f05419 (diff) | |
download | Vencord-3dd294e2adf586930f5650ac59f71ffc087f769b.tar.gz Vencord-3dd294e2adf586930f5650ac59f71ffc087f769b.tar.bz2 Vencord-3dd294e2adf586930f5650ac59f71ffc087f769b.zip |
Add viewIcons
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index e948309..92f78f5 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1 +1,2 @@ export const WEBPACK_CHUNK = "webpackChunkdiscord_app"; +export const REACT_GLOBAL = "Vencord.Webpack.Common.React";
\ No newline at end of file |