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