File "index.js"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/src/admin/analytics/index.js
File size: 204 bytes
MIME-type: text/x-java
Charset: utf-8
const { render } = wp.element;
/**
* App
*/
import App from "./App";
/**
* styles
*/
import "./analytics.scss";
/**
* Render
*/
render(<App />, document.getElementById("presto-analytics-page"));