There was an error while loading. Please reload this page.
1 parent 08fdd05 commit ea3fb6dCopy full SHA for ea3fb6d
1 file changed
index.js
@@ -1,4 +1,6 @@
1
import transport from "./transport";
2
import food from "./food";
3
4
-export { transport, food };
+const CO2EQ_MODEL_VERSION = 1;
5
+
6
+export { transport, food, CO2EQ_MODEL_VERSION };
0 commit comments