diff --git a/apps/desktop/src/autofill/preload.ts b/apps/desktop/src/autofill/preload.ts index 897bb914f2a..2c006b5c928 100644 --- a/apps/desktop/src/autofill/preload.ts +++ b/apps/desktop/src/autofill/preload.ts @@ -4,7 +4,6 @@ import type { autofill } from "@bitwarden/desktop-napi"; import { Command } from "../platform/main/autofill/command"; import { RunCommandParams, RunCommandResult } from "../platform/main/autofill/native-autofill.main"; -import { NativeAutofillSyncParams } from "../platform/main/autofill/sync.command"; export default { runCommand: (params: RunCommandParams): Promise> =>