Use aliased preact import in Panel (#989)
parent
36deb6a0a1
commit
86bee00e5e
|
@ -1,4 +1,4 @@
|
||||||
import { useEffect, useRef } from "https://esm.sh/preact@10.11.1/hooks";
|
import { useEffect, useRef } from "preact/hooks";
|
||||||
import { Client } from "../client.ts";
|
import { Client } from "../client.ts";
|
||||||
import { PanelConfig } from "../../type/web.ts";
|
import { PanelConfig } from "../../type/web.ts";
|
||||||
import { panelHtml } from "./panel_html.ts";
|
import { panelHtml } from "./panel_html.ts";
|
||||||
|
|
Loading…
Reference in New Issue