[add] initial commit

This commit is contained in:
2022-04-02 20:31:08 -05:00
commit 14a61335cf
14 changed files with 29602 additions and 0 deletions

10
src/index.js Normal file
View File

@@ -0,0 +1,10 @@
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]')