monorepo/kifu/core/src/ui/mod.rs

9 lines
216 B
Rust
Raw Normal View History

2023-03-24 13:59:04 +00:00
mod playing_field;
pub use playing_field::{playing_field, PlayingFieldView};
mod types;
pub use types::{
BoardElement, ChatElement, IntersectionElement, PlayerCardElement, StoneElement,
TextFieldElement,
};