Admin
2022-10-31 1692aafebcb6466a9ff9e3c90cdec57a2c3d6414
1
2
3
4
5
6
7
export default {
  'jpg': 'image/jpeg',
  'png': 'image/png',
  'gif': 'image/gif',
  'svg': 'image/svg+xml',
  'psd': 'image/photoshop'
}