mod app; mod components; mod css; mod page; use seed::App; pub fn main() { App::start("app", app::init, app::update, app::view); }