import {versionData} from '../constants/version.constants.js';

export function getBuildTime() : string {
    return versionData.buildTime;
}
