From 0f2fefd2053203e1bfe4d66eb4e37dea07369890 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 25 Dec 2024 02:37:49 +0100 Subject: docs: fix missing import --- docs/guide/typescript/widget.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/guide/typescript') diff --git a/docs/guide/typescript/widget.md b/docs/guide/typescript/widget.md index 43c8721..7e57c01 100644 --- a/docs/guide/typescript/widget.md +++ b/docs/guide/typescript/widget.md @@ -405,6 +405,8 @@ function MyWidget() { } // with `hook` +import { hook } from "astal/gtk4" + function MyWidget() { return { -- cgit v1.2.3