1
2
3
4
5
6
7
//! Kayrx-UI

#[macro_use]
extern crate yew;

pub mod widget;
pub mod fabric;