mirror of
https://github.com/bitwarden/browser
synced 2026-02-15 16:05:03 +00:00
removed import
This commit is contained in:
@@ -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>> =>
|
||||
|
||||
Reference in New Issue
Block a user