mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 14:10:20 +00:00
fix axum build in fullstack
This commit is contained in:
parent
72a40e41e6
commit
fb01a276b0
2 changed files with 0 additions and 2 deletions
|
@ -63,7 +63,6 @@ use axum::{
|
|||
routing::{get, post},
|
||||
Router,
|
||||
};
|
||||
use dioxus_lib::prelude::dioxus_core::AnyProps;
|
||||
use dioxus_lib::prelude::VirtualDom;
|
||||
use server_fn::{Encoding, ServerFunctionRegistry};
|
||||
use std::sync::Arc;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//! A shared pool of renderers for efficient server side rendering.
|
||||
use crate::render::dioxus_core::AnyProps;
|
||||
use crate::render::dioxus_core::NoOpMutations;
|
||||
use crate::server_context::SERVER_CONTEXT;
|
||||
use dioxus_lib::prelude::VirtualDom;
|
||||
|
|
Loading…
Reference in a new issue