"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void0;
/**
* This object will contain all loaded markdown files
* too avoid loading them twice and send a warinnig if we do.
*/var _default = {};
exports["default"] = _default;