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
This commit is contained in:
Evan Simkowitz 2024-06-13 18:31:42 -07:00 committed by GitHub
parent 514500bb72
commit 205afe9998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";