diff --git a/packages/app-desktop/commands/switchProfile1.ts b/packages/app-desktop/commands/switchProfile1.ts index f287689a1..3d129503d 100644 --- a/packages/app-desktop/commands/switchProfile1.ts +++ b/packages/app-desktop/commands/switchProfile1.ts @@ -1,6 +1,6 @@ import CommandService, { CommandRuntime, CommandDeclaration, CommandContext } from '@joplin/lib/services/CommandService'; import { _ } from '@joplin/lib/locale'; -import { profileIdByIndex } from '../../lib/services/profileConfig'; +import { profileIdByIndex } from '@joplin/lib/services/profileConfig'; export const declaration: CommandDeclaration = { name: 'switchProfile1', diff --git a/packages/app-desktop/commands/switchProfile2.ts b/packages/app-desktop/commands/switchProfile2.ts index c2bcec259..8739e5f50 100644 --- a/packages/app-desktop/commands/switchProfile2.ts +++ b/packages/app-desktop/commands/switchProfile2.ts @@ -1,6 +1,6 @@ import CommandService, { CommandRuntime, CommandDeclaration, CommandContext } from '@joplin/lib/services/CommandService'; import { _ } from '@joplin/lib/locale'; -import { profileIdByIndex } from '../../lib/services/profileConfig'; +import { profileIdByIndex } from '@joplin/lib/services/profileConfig'; export const declaration: CommandDeclaration = { name: 'switchProfile2', diff --git a/packages/app-desktop/commands/switchProfile3.ts b/packages/app-desktop/commands/switchProfile3.ts index a5918724d..4e39dba5f 100644 --- a/packages/app-desktop/commands/switchProfile3.ts +++ b/packages/app-desktop/commands/switchProfile3.ts @@ -1,6 +1,6 @@ import CommandService, { CommandRuntime, CommandDeclaration, CommandContext } from '@joplin/lib/services/CommandService'; import { _ } from '@joplin/lib/locale'; -import { profileIdByIndex } from '../../lib/services/profileConfig'; +import { profileIdByIndex } from '@joplin/lib/services/profileConfig'; export const declaration: CommandDeclaration = { name: 'switchProfile3',