mirror of
https://github.com/xtr-dev/payload-feature-flags.git
synced 2025-12-11 11:23:24 +00:00
Replace redundant components with updated feature flag hooks and views. Add comprehensive documentation and ESLint config for improved development workflow.
This commit is contained in:
@@ -1 +1,10 @@
|
||||
export { BeforeDashboardClient } from '../components/BeforeDashboardClient.js'
|
||||
// Client-side hooks for React components
|
||||
export {
|
||||
useFeatureFlags,
|
||||
useFeatureFlag,
|
||||
useSpecificFeatureFlag,
|
||||
useVariantSelection,
|
||||
useRolloutCheck,
|
||||
withFeatureFlag,
|
||||
type FeatureFlag,
|
||||
} from '../hooks/client.js'
|
||||
|
||||
Reference in New Issue
Block a user