diff options
author | Aylur <[email protected]> | 2024-10-03 21:43:52 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-03 21:50:39 +0000 |
commit | dfc240d66e818044a24520726aef4e8e113a6dd7 (patch) | |
tree | fe84d9cc41b66b7ef2612624749c0fbc68018ea2 | |
parent | e8536ed29caca7b6fc7ef582a2cc31dfc8317c8d (diff) |
docs: window toggling
-rw-r--r-- | docs/guide/ags/cli-app.md | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |