#![allow(non_snake_case)]// Components are all PascalCase.
//! Web interface components for the peace automation framework.
pubuse leptos;pubusecrate::{app::App,children_fn::ChildrenFn,flow_graph::FlowGraph,flow_graph_current::FlowGraphCurrent,shell::Shell,};modapp;modchildren_fn;modflow_graph;modflow_graph_current;modshell;