You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Tools: Renamed package namespace from @joplinapp to @joplin
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { CommandRuntime, CommandDeclaration } from '@joplinapp/lib/services/CommandService';
|
||||
import { _ } from '@joplinapp/lib/locale';
|
||||
import { CommandRuntime, CommandDeclaration } from '@joplin/lib/services/CommandService';
|
||||
import { _ } from '@joplin/lib/locale';
|
||||
|
||||
export const declaration:CommandDeclaration = {
|
||||
name: 'focusElementNoteTitle',
|
||||
|
||||
Reference in New Issue
Block a user