index module

This commit is contained in:
Matt Walsh
2022-11-22 10:45:17 -06:00
parent 33570a8030
commit 6e2abf6720
7 changed files with 588 additions and 574 deletions

View File

@@ -0,0 +1,11 @@
const UNITS = {
english: Symbol('english'),
metric: Symbol('metric'),
};
export {
UNITS,
};
window.UNITS = UNITS;
console.log('config');