Files
fredy/lib/features.js

10 lines
129 B
JavaScript
Raw Permalink Normal View History

2025-12-09 13:40:13 +01:00
const FEATURES = {
WATCHLIST_MANAGEMENT: false,
};
export default function getFeatures() {
return {
...FEATURES,
};
}