4 lines
141 B
TypeScript
Raw Normal View History

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