Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
112 Bytes
export const breakpoints = {
sm: "480px",
md: "768px",
lg: "1024px",
xl: "1280px",
"2xl": "1536px",
}