|
|
@ -16,6 +16,6 @@
|
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
export const VencordFragment = Symbol.for("react.fragment");
|
|
|
|
export const VencordFragment = /* #__PURE__*/ Symbol.for("react.fragment");
|
|
|
|
export let VencordCreateElement =
|
|
|
|
export let VencordCreateElement =
|
|
|
|
(...args) => (VencordCreateElement = Vencord.Webpack.Common.React.createElement)(...args);
|
|
|
|
(...args) => (VencordCreateElement = Vencord.Webpack.Common.React.createElement)(...args);
|
|
|
|