TeaSpeak-Client/modules/renderer/hooks/Backend.ts

4 lines
154 B
TypeScript
Raw Normal View History

2020-10-05 09:10:49 -04:00
import {setBackend} from "tc-shared/backend";
import {NativeClientBackendImpl} from "../backend-impl/Backend";
setBackend(new NativeClientBackendImpl());