mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-20 09:33:31 +00:00
6 lines
156 B
Rust
6 lines
156 B
Rust
use dioxus_core::prelude::*;
|
|
// type VirtualNode = VNode;
|
|
|
|
/// Test a basic usage of a virtual dom + text renderer combo
|
|
#[test]
|
|
fn simple_integration() {}
|