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