Files
notesnook/apps/mobile/features.ts
2022-03-23 19:58:21 +05:00

9 lines
237 B
TypeScript

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'
}
];