1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-15 16:05:03 +00:00

removed import

This commit is contained in:
Anders Åberg
2025-07-10 13:12:48 +02:00
parent 8261532354
commit 7a66aaff3c

View File

@@ -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: <C extends Command>(params: RunCommandParams<C>): Promise<RunCommandResult<C>> =>