use crate::components::tool_list::ToolList; use leptos::prelude::*; use leptos_meta::{provide_meta_context, MetaTags, Stylesheet, Title}; use leptos_router::{ components::{Route, Router, Routes}, StaticSegment, }; pub fn shell(options: LeptosOptions) -> impl IntoView { view! {