//! Styles module for Pinakes UI //! //! Exports the SCSS asset for use with Dioxus. use dioxus::prelude::*; pub static STYLES: Asset = asset!("/assets/styles/main.scss");