export const MIN_ROW_HEIGHT = 150;
export const MAX_ROW_HEIGHT = 600;
export const MIN_COLUMN_WIDTH = 300;
export const BUTTON_ROW_HEIGHT = 60;
export const MAX_COLUMNS = 4;
