From 1df450d3b02e523683eae9316cd0d7ce7a79da70 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 14 Jul 2025 18:06:46 +0800 Subject: [PATCH] story: Fix tiles story. (#1056) --- crates/story/examples/tiles.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/story/examples/tiles.rs b/crates/story/examples/tiles.rs index d0fc5bfd..34987fee 100644 --- a/crates/story/examples/tiles.rs +++ b/crates/story/examples/tiles.rs @@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize}; use std::{sync::Arc, time::Duration}; use story::{Assets, ButtonStory, IconStory, StoryContainer}; -actions!(story, [Quit]); +actions!(tiles_story, [Quit]); const TILES_DOCK_AREA: DockAreaTab = DockAreaTab { id: "story-tiles",