diff --git a/Cargo.lock b/Cargo.lock index d37bc9a8d7..82913cfca3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8109,7 +8109,6 @@ dependencies = [ "smallvec", "story", "strum", - "theme", "theme2", "ui2", "util", diff --git a/crates/storybook2/Cargo.toml b/crates/storybook2/Cargo.toml index 4859be95f6..0bc9358a8f 100644 --- a/crates/storybook2/Cargo.toml +++ b/crates/storybook2/Cargo.toml @@ -29,7 +29,6 @@ simplelog = "0.9" smallvec.workspace = true story = { path = "../story" } strum = { version = "0.25.0", features = ["derive"] } -theme = { path = "../theme" } theme2 = { path = "../theme2" } menu = { package = "menu2", path = "../menu2" } ui = { package = "ui2", path = "../ui2", features = ["stories"] }