mirror of
https://github.com/elisspace/FxLifeSheet.git
synced 2026-08-29 15:44:00 +00:00
6 lines
176 B
JavaScript
6 lines
176 B
JavaScript
"use strict";
|
|
exports.__esModule = true;
|
|
var userConfig = require("../lifesheet.json");
|
|
console.log("Successfully loaded user config");
|
|
module.exports.userConfig = userConfig;
|