export const FILE_ITEM_SIZE = 200;

// 8px on each side
export const IMAGE_FILE_SIZE = 200 - 2 * 8;
