From bdf4222c6178e438e93775a3593d3fc7027d3471 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 10 Sep 2020 16:08:10 +0300 Subject: Switch to local htm/preact compiled with snowpack --- web/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/index.js') diff --git a/web/index.js b/web/index.js index 8cab2f0..342f524 100644 --- a/web/index.js +++ b/web/index.js @@ -3,7 +3,7 @@ // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. -import { html, render, Component } from "https://unpkg.com/htm/preact/index.mjs?module" +import { html, render, Component } from "./lib/htm/preact.js" import { Spinner } from "./spinner.js" import * as widgetAPI from "./widget-api.js" import * as frequent from "./frequently-used.js" -- cgit v1.2.3