Switching to jsx-html branch which includes a fix not yet available in the original repo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-07-31 23:47:45 +02:00
parent e9c42b0b0e
commit 085b3f5773

View File

@ -24,6 +24,6 @@ export {
React,
jsx,
Fragment,
} from "https://raw.githubusercontent.com/apiel/jsx-html/1.2.1/mod.ts";
} from "https://raw.githubusercontent.com/hibas123/jsx-html/master/mod.ts";
export const Datastore = DS;