export enum GRID_BREAKPOINTS { "sm" = 576, "md" = 768, "lg" = 992, "xl" = 1200 }