import { FeatureType } from './src/components/sheets/new-feature'; export const features: FeatureType[] = [ { title: 'Two-factor authentication', body: 'Improved security for your account. Go to Settings to enable 2FA' } ];