import { codeWidget } from "$sb/syscalls.ts";

export function refreshAll() {
  codeWidget.refreshAll();
}