mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
9 lines
237 B
TypeScript
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'
|
|
}
|
|
];
|