import React from 'react'; const LABEL_COLOR = { '성장': '#4B7065', '안정': '#D4A574', '변동': '#6A5285', '도전': '#C58F76', '정체': '#888', }; export default function MonthlyFlow({ flow }) { if (!flow || flow.length === 0) return null; return (