//! This is a generic view used for avoiding a circular dependency issue.
//! You should never need to touch this.
use Any;
use crateComponentKey;
use crate;
;
/// This is never actually created, and is here primarily to avoid a circular
/// depedency issue (we can't import the View from alchemy's core crate, since the core crate
/// depends on this crate).
;