use leptos::attr::global::ClassAttribute; use leptos::html::ElementChild; use leptos::{IntoView, component, view}; use leptos_fluent::move_tr; use crate::components::calculator::HyperCalculator; ///Hyper Page #[component] pub fn Hyper() -> impl IntoView { view! {