|
@@ -36,7 +36,7 @@ async fn main() {
|
|
}
|
|
}
|
|
|
|
|
|
// Hydrate the page
|
|
// Hydrate the page
|
|
-#[cfg(all(feature = "web", not(feature = "server")))]
|
|
|
|
|
|
+#[cfg(not(feature = "server"))]
|
|
fn main() {
|
|
fn main() {
|
|
dioxus_web::launch_with_props(
|
|
dioxus_web::launch_with_props(
|
|
dioxus_fullstack::router::RouteWithCfg::<Route>,
|
|
dioxus_fullstack::router::RouteWithCfg::<Route>,
|