()
| 3 | import { useDashboard } from "./useDashboard"; |
| 4 | |
| 5 | export const useFeatureVisibility = (): Record<FeatureName, boolean> => { |
| 6 | const { entitlements } = useDashboard(); |
| 7 | return selectFeatureVisibility(entitlements); |
| 8 | }; |
no test coverage detected