Files
standardnotes-app-web/app/assets/javascripts/preferences/panes/index.ts
Vardan Hakobyan 5b18fc7146 feat: add "sync" pane to preferences -> account tab (#621)
* feat: add "sync" pane to preferences -> account tab

* chore: configure eslint to add new line at the end of file and remove trailing spaces

* chore: add newline at the end of file
2021-08-26 22:57:27 +04:00

4 lines
98 B
TypeScript

export * from './HelpFeedback';
export * from './Security';
export * from './AccountPreferences';