element/examples/extension/src/entry.js

8 lines
118 B
JavaScript
Raw Normal View History

2019-08-09 09:53:49 +00:00
import init from './app';
if (!window.ElementThemeRollerInit) {
window.ElementThemeRollerInit = true;
init();
}