From 3dd294e2adf586930f5650ac59f71ffc087f769b Mon Sep 17 00:00:00 2001 From: Vendicated Date: Fri, 2 Sep 2022 19:05:52 +0200 Subject: Add viewIcons --- src/utils/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') 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 -- cgit