Files
wofi/src/index.js
2022-04-02 20:31:08 -05:00

11 lines
272 B
JavaScript

import './style.css'
import '@riotjs/hot-reload'
import { mount } from 'riot'
import registerGlobalComponents from './register-global-components'
// register
registerGlobalComponents()
// mount all the global components found in this page
mount('[data-riot-component]')