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