export const VIEW_TYPE = {
TABLE: 'table',
GALLERY: 'gallery'
};
export const VIEW_TYPE_ICON = {
[VIEW_TYPE.TABLE]: 'table',
[VIEW_TYPE.GALLERY]: 'image',
'image': 'image'