Files

6 lines
111 B
JavaScript

import { loadEvents } from './events.js'
import { loadStatus } from './status.js'
loadEvents();
loadStatus();