1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
Laurent Cozic 2022-04-14 16:47:10 +01:00
parent 500af7b2c1
commit db7a20a71e

View File

@ -1,5 +1,5 @@
import { FolderEntity, NoteEntity } from '../../../lib/services/database/types';
import { PluginStates } from '../../../lib/services/plugins/reducer';
import { FolderEntity, NoteEntity } from '@joplin/lib/services/database/types';
import { PluginStates } from '@joplin/lib/services/plugins/reducer';
export interface Props {
themeId: any;