GhostManSec
Server: Apache
System: Linux webm003.cluster115.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: eliteafr (153088)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/e/l/i/eliteafr/datapro/wp-content/plugins/themeisle-companion/dashboard/src/dashboard.js
import App from './components/App';
import { render } from "@wordpress/element";
import maybeAddPolyFills from "./wp-element-polyfill";

const dashboard = document.getElementById("obfx-dash");

if (dashboard) {
  maybeAddPolyFills();
  render(<App />, dashboard);
}