diff --git a/werewolves/src/app.rs b/werewolves/src/app.rs index 465aa02..9cfeecf 100644 --- a/werewolves/src/app.rs +++ b/werewolves/src/app.rs @@ -15,7 +15,7 @@ pub mod storage; use codee::string::JsonSerdeCodec; use gloo::storage::Storage; use leptos::prelude::*; -use leptos_meta::{MetaTags, Stylesheet, Title, provide_meta_context}; +use leptos_meta::{Link, MetaTags, Stylesheet, Title, provide_meta_context}; use leptos_router::{ components::{ProtectedRoute, Route, Router, Routes}, path, @@ -43,6 +43,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
+