const initialAtomicTypes = {
  image: 'image',
  video: 'video',
  audio: 'audio',
  file: 'file',
};

export default initialAtomicTypes;
