const FEATURES = { WATCHLIST_MANAGEMENT: false, }; export default function getFeatures() { return { ...FEATURES, }; }