mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-01 18:31:31 +08: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
|
|
};
|