Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
komal-sai-yral committed Apr 5, 2024
1 parent 932e845 commit 470f987
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::{
component::{base_route::BaseRoute, logout::Logout, nav::NavBar},
consts::GTAG_MEASUREMENT_ID,
error_template::{AppError, ErrorTemplate},
page::{
err::ServerErrorPage,
Expand Down Expand Up @@ -84,8 +83,6 @@ pub fn App() -> impl IntoView {
provide_context(EventHistory::default());
}

let gtag_measurement_id = GTAG_MEASUREMENT_ID.to_string();

view! {
<Stylesheet id="leptos" href="/pkg/hot-or-not-leptos-ssr.css"/>

Expand Down

0 comments on commit 470f987

Please sign in to comment.