UNPKG

formstone

Version:

Library of modular front end components.

13 lines (9 loc) 207 B
import Background from '../js/background.js'; import { widget, utility } from './adaptor.js'; widget(Background, 'Background'); utility(Background, 'Background'); // Export export default Background;