embroidery-viewer/src/utils/env.js

6 lines
87 B
JavaScript

// @ts-nocheck
function appVersion() {
return APP_VERSION;
}
export { appVersion };