| 1 | import React, { useState } from 'react'; |
| 2 | import { Settings, List, Check, ChevronRight, ChevronDown, Plus, Trash2, X, ChevronUp, Pencil, Search } from 'lucide-react'; |
| 3 | import { CATEGORY_STYLES, PREMIUM_STYLES } from '../constants/styles'; |
| 4 | import { getLocalized } from '../utils/helpers'; |