From 9792a7489bafbb37bad43190fd9974e00c4096b0 Mon Sep 17 00:00:00 2001 From: nick thomas Date: Thu, 1 Feb 2024 13:14:37 -0800 Subject: [PATCH] export hooks --- src/integrations/preact/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/integrations/preact/index.mjs b/src/integrations/preact/index.mjs index 4a7b0bb..6b52398 100644 --- a/src/integrations/preact/index.mjs +++ b/src/integrations/preact/index.mjs @@ -13,6 +13,7 @@ import { h, Component, render } from 'preact'; import htm from 'htm'; +export * from 'preact/hooks'; const html = htm.bind(h);