1import $ from "jquery"; 2 3export function init() { 4 // @ts-ignore 5 $("#cocalc-react-crash").processIcons?.(); 6} 7 8