From dfc240d66e818044a24520726aef4e8e113a6dd7 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 3 Oct 2024 21:43:52 +0000 Subject: docs: window toggling --- docs/guide/ags/cli-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide') diff --git a/docs/guide/ags/cli-app.md b/docs/guide/ags/cli-app.md index 9d5d21d..ec6d174 100644 --- a/docs/guide/ags/cli-app.md +++ b/docs/guide/ags/cli-app.md @@ -112,7 +112,7 @@ function Bar() { You can also invoke `App.add_window` by simply passing the `App` to the `application` prop. -```tsx {4} +```tsx {4} import { App } from "astal" function Bar() { -- cgit v1.2.3