export const getImageUrl = (uri) => { return `${process.env.UNI_FILE_PREFIX}${uri}`; };