"use strict"; import appInfo from "../../services/app_info.js"; function getAppInfo() { return appInfo; } export = { getAppInfo };