export function calculateFileMd5(file) {
return new Promise((revlove) => {
revlove('dummy-md5-hash-for-index');
});
}