diff options
author | Aylur <[email protected]> | 2024-12-25 02:37:49 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2024-12-25 02:37:49 +0100 |
commit | 0f2fefd2053203e1bfe4d66eb4e37dea07369890 (patch) | |
tree | 28ff8d1030be1919c00152e99b4ab9c229b0f01b /docs/guide | |
parent | f00e558c6af391bc7ae0b64190da37f876f12c79 (diff) |
docs: fix missing import
Diffstat (limited to 'docs/guide')
-rw-r--r-- | docs/guide/typescript/widget.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 <box setup={(self) => { |