Fix warnings

This commit is contained in:
2024-03-29 21:24:01 -04:00
parent 6cef7ed36d
commit 93ea42b727
6 changed files with 3 additions and 9 deletions

View File

@ -1,8 +1,8 @@
use cfg_if::cfg_if;
use leptos::logging::log;
cfg_if! {
if #[cfg(feature = "ssr")] {
use leptos::logging::log;
use lazy_static::lazy_static;
use std::env;