next_core/next_pages/
mod.rs

1pub(crate) mod page_entry;
2
3pub use page_entry::create_page_ssr_entry_module;