openrowingmonitor/app/client/index.js

10 lines
186 B
JavaScript

'use strict'
/*
Open Rowing Monitor, https://github.com/laberning/openrowingmonitor
Init file for the web frontend
*/
import { createApp } from './app.js'
window.app = createApp()