use *;
/// A nested route configuration entry.
///
/// Routes form a tree: each route can have its own
/// component (the "layout" or "page") and zero or more
/// child routes. The path of a child route is resolved
/// against the parent path during matching.