export const HAWKMOON_CONFIG = { optionsDifficulte: [ { key: "0", label: "Aucune/Inconnue" }, { key: "5", label: "Facile (5)" }, { key: "10", label: "Moyenne (10)" }, { key: "15", label: "Ardue (15)" }, { key: "20", label: "Hasardeuse (20)" }, { key: "25", label: "Insensée (25)" }, { key: "30", label: "Pure Folie (30)" } ], }