app/tabs/tracked.mjs (8 lines of code) (raw):
import { _ } from "util";
import * as BugList from "buglist";
import * as Tracked from "buglists/tracked";
export function initUI() {
const $content = _("#tracked-content");
const $group = BugList.newGroup($content);
Tracked.init($group, false);
}