summary refs log tree commit diff stats
path: root/src/components/mod.rs
blob: f7b8dba3e531c6a06453c80cf279b3041dad25d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Generic
pub mod async_fetch;
pub mod container;
pub mod icon_p;
pub mod input_placeholder;
pub mod form;

// Specific
pub mod buy;
pub mod inventory;
pub mod product_overview;
pub mod recipies;
pub mod site_header;