1
0
Fork 0

Remove all preact compat code.

This commit is contained in:
Kitteh 2021-05-25 18:37:15 +01:00
parent 69d8d836ce
commit 51b44bd1c1

View file

@ -4,7 +4,7 @@ import { MarginInline } from "../elements/MarginInline";
import { Page } from "../types/Page";
import { QRScanner } from "../elements/QRScanner";
import { getSealStatus } from "../api/sys/getSealStatus";
import { render } from "preact/compat";
import { render } from "preact";
import { setErrorText } from "../pageUtils";
import { submitUnsealKey } from "../api/sys/submitUnsealKey";
import { toStr } from "../utils";