This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { useState } from "react"; | |
| const GOLD = "#C9A84C"; | |
| const DARK = "#1A1A1A"; | |
| const CARD = "#2C2C2C"; | |
| const MUTED = "#888"; | |
| const WHITE = "#fff"; | |
| const days = ["L", "M", "X", "J", "V"]; | |
| const blocks = ["Calentamiento", "Fortalecimiento", "Musculación", "WOD"]; |