You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
Chore: Refactor renderer package: Limit dependency on @joplin/lib
and improve type safety (#9701)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { PluginStates } from '../reducer';
|
||||
import { ContentScriptType, ContentScriptContext, PostMessageHandler, ContentScriptModule } from '../api/types';
|
||||
import { dirname } from '@joplin/renderer/pathUtils';
|
||||
import { dirname } from '@joplin/utils/path';
|
||||
import shim from '../../../shim';
|
||||
import Logger from '@joplin/utils/Logger';
|
||||
import PluginService from '../PluginService';
|
||||
|
Reference in New Issue
Block a user