import { MainUI } from "./MainUI"; export function setupUI() { new MainUI(); }