mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
12 lines
148 B
TypeScript
12 lines
148 B
TypeScript
"use strict";
|
|
|
|
import appInfo from "../../services/app_info.js";
|
|
|
|
function getAppInfo() {
|
|
return appInfo;
|
|
}
|
|
|
|
export default {
|
|
getAppInfo
|
|
};
|