hesamation's picture
finished the benner
72a6559
raw
history blame
341 Bytes
// import { plotClusters } from './clusters'
import { loadFragments } from './fragmentLoader'
import { syncHFSpacesURLHash } from './syncHFSpacesURLHash'
document.addEventListener("DOMContentLoaded", () => {
console.log("DOMContentLoaded");
loadFragments();
// init_memory_plot();
syncHFSpacesURLHash();
}, { once: true });