element/examples/extension/src/entry.js

8 lines
118 B
JavaScript

import init from './app';
if (!window.ElementThemeRollerInit) {
window.ElementThemeRollerInit = true;
init();
}