Commit 0176c744 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

chore: turn landing page flag off (#5679)

parent 35613cc9
import { BaseVariant } from '../index'
import { BaseVariant, FeatureFlag, useBaseFlag } from '../index'
export function useLandingPageFlag(): BaseVariant {
return BaseVariant.Enabled
return useBaseFlag(FeatureFlag.landingPage)
}
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