TeaSpeak-Client/modules/renderer/hooks/Backend.ts
2020-10-05 15:10:49 +02:00

4 lines
154 B
TypeScript

import {setBackend} from "tc-shared/backend";
import {NativeClientBackendImpl} from "../backend-impl/Backend";
setBackend(new NativeClientBackendImpl());