Skip to content

Commit

Permalink
chore: Move Accessibility node state
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jan 26, 2024
1 parent 631ca50 commit 59cadc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions crates/state/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mod accessibility;
mod cursor;
mod custom_attributes;
mod font_style;
Expand All @@ -8,6 +9,7 @@ mod style;
mod transform;
mod values;

pub use accessibility::*;
pub use cursor::*;
pub use custom_attributes::*;
pub use font_style::*;
Expand Down
2 changes: 0 additions & 2 deletions crates/state/src/values/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mod accessibility;
mod alignment;
mod border;
mod color;
Expand All @@ -15,7 +14,6 @@ mod shadow;
mod size;
mod text_shadow;

pub use accessibility::*;
pub use alignment::*;
pub use border::*;
pub use color::*;
Expand Down

0 comments on commit 59cadc7

Please sign in to comment.