1//! Core functionality for the Sycamore UI framework.
2//!
3//! This crate should not be used directly. Instead, use the `sycamore` crate which re-exports this
4//! crate.
56#![deny(missing_debug_implementations)]
7#![warn(missing_docs)]
89mod component;
1011pub use component::*;