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

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