From 5684f6ef26170fc56c0bb55f5960b1d3ba25549e Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:26:38 -0500 Subject: [PATCH] warning --- frontend/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib.rs b/frontend/src/lib.rs index a00d160..d196915 100644 --- a/frontend/src/lib.rs +++ b/frontend/src/lib.rs @@ -1,4 +1,4 @@ -use app::*; +use app::*; // don't remove this when using experimental-islands use leptos::*; use wasm_bindgen::prelude::wasm_bindgen;