From 205afe999878ed8e0c2a3e9f5eed7a684ac90a55 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 13 Jun 2024 18:31:42 -0700 Subject: [PATCH] Remove reference to old Wails binding (#50) This is now covered by gotypes.d.ts so we don't need the Wails binding ref anymore --- frontend/wave.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/wave.ts b/frontend/wave.ts index 7a24e3bc7..32b687389 100644 --- a/frontend/wave.ts +++ b/frontend/wave.ts @@ -1,7 +1,6 @@ // Copyright 2024, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 -import { Client } from "@/gopkg/wstore"; import { globalStore, globalWS, initWS } from "@/store/global"; import * as services from "@/store/services"; import * as WOS from "@/store/wos";