1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Various clean up and optimisations

This commit is contained in:
Laurent Cozic
2017-07-25 17:49:31 +00:00
parent 80ad3e0dfd
commit d47a02a24a
8 changed files with 102 additions and 110 deletions

View File

@@ -16,7 +16,6 @@ import { BaseItem } from 'lib/models/base-item.js'
import { BaseModel } from 'lib/base-model.js'
import { JoplinDatabase } from 'lib/joplin-database.js'
import { Database } from 'lib/database.js'
import { ItemList } from 'lib/components/item-list.js'
import { NotesScreen } from 'lib/components/screens/notes.js'
import { NotesScreenUtils } from 'lib/components/screens/notes-utils.js'
import { NoteScreen } from 'lib/components/screens/note.js'