Fix file paths in stories (#4104)

This PR fixes some file paths used in our stories that were still
referencing the `ui2` crate.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-01-17 16:59:57 -05:00 committed by GitHub
parent b2afa73321
commit 8f3d79c3b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ impl Render for IconButtonStory {
StoryContainer::new(
"Icon Button",
"crates/ui2/src/components/stories/icon_button.rs",
"crates/ui/src/components/stories/icon_button.rs",
)
.child(StorySection::new().children(buttons))
.child(

View file

@ -9,7 +9,7 @@ impl Render for ToggleButtonStory {
fn render(&mut self, _cx: &mut ViewContext<Self>) -> impl IntoElement {
StoryContainer::new(
"Toggle Button",
"crates/ui2/src/components/stories/toggle_button.rs",
"crates/ui/src/components/stories/toggle_button.rs",
)
.child(
StorySection::new().child(