Commit ccac51ec authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

chore: turn landing page flag on (#5684)

Revert "chore: turn landing page flag off (#5679)"

This reverts commit 0176c744.
parent 77747f9f
import { BaseVariant, FeatureFlag, useBaseFlag } from '../index'
import { BaseVariant } from '../index'
export function useLandingPageFlag(): BaseVariant {
return useBaseFlag(FeatureFlag.landingPage)
return BaseVariant.Enabled
}
export { BaseVariant as LandingPageVariant }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment