1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

Moved more widgets to redux

This commit is contained in:
Laurent Cozic
2017-10-07 23:17:10 +01:00
parent 6f34d717f8
commit dc219141fa
10 changed files with 153 additions and 37 deletions

View File

@ -6,7 +6,7 @@ import { Log } from 'lib/log.js';
import { Tag } from 'lib/models/tag.js';
import { Note } from 'lib/models/note.js';
import { Setting } from 'lib/models/setting.js';
import { FoldersScreenUtils } from 'lib/components/screens/folders-utils.js'
import { FoldersScreenUtils } from 'lib/folders-screen-utils.js'
import { Synchronizer } from 'lib/synchronizer.js';
import { reg } from 'lib/registry.js';
import { _ } from 'lib/locale.js';