« get me outta code hell

import-heck.js « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/import-heck.js
blob: 3470fbb5e4ef0c1e1b9c145fadb82ba190d2687b (plain)
1
2
3
4
5
6
7
8
9
// Due to import time shenanigans, these imports have to come in the specified
// order. This obviously needs fixing up.

/* precede #find */
import '#data-checks';

import '#find';

// End of import time shenanigans (hopefully)