use crate::pages::{aes::AesPage, des::DesPage, footer::Footer, header::Header, home::Home}; use leptos::prelude::*; use leptos_meta::{MetaTags, Stylesheet, Title, provide_meta_context}; use leptos_router::{ StaticSegment, components::{Route, Router, Routes}, }; #[must_use] pub fn shell(options: LeptosOptions) -> impl IntoView { view! {