diff --git a/registry/src/deps.ts b/registry/src/deps.ts index ec6b01e..6069bb0 100644 --- a/registry/src/deps.ts +++ b/registry/src/deps.ts @@ -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;