Use aliased preact import in Panel (#989)

pull/997/head
Joe Krill 2024-07-28 11:03:32 -04:00 committed by GitHub
parent 36deb6a0a1
commit 86bee00e5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 { PanelConfig } from "../../type/web.ts";
import { panelHtml } from "./panel_html.ts";