embroidery-viewer/src/lib/utils/env.js
2025-06-03 17:14:23 -03:00

7 lines
119 B
JavaScript

// @ts-nocheck
function appVersion() {
/* eslint-disable no-undef */
return APP_VERSION;
}
export { appVersion };