File size: 382 Bytes
0af560f
f2c15d5
60aea95
8f8f7dd
0af560f
 
 
60aea95
f2c15d5
8f8f7dd
f2c15d5
1
2
3
4
5
6
7
8
9
10
11
12
// import { plotClusters } from './clusters'
import { init_memory_plot } from './memory'
import { loadFragments } from './fragmentLoader'
import { syncHFSpacesURLHash } from './syncHFSpacesURLHash'

document.addEventListener("DOMContentLoaded", () => {
    console.log("DOMContentLoaded");
    loadFragments();
    init_memory_plot();
    syncHFSpacesURLHash();
}, { once: true });