Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
cal.com
/
cal.com
/
node_modules
/
react-inlinesvg
/
dist
/
Filename :
provider.mjs
back
Copy
"use client"; // src/modules/helpers.ts function canUseDOM() { return !!(typeof window !== "undefined" && window.document && window.document.createElement); } // src/provider.tsx function CacheProvider({ children, name }) { if (canUseDOM()) { window.REACT_INLINESVG_CACHE_NAME = name; window.REACT_INLINESVG_PERSISTENT_CACHE = true; } return children; } export { CacheProvider as default }; //# sourceMappingURL=provider.mjs.map