mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-12 22:02:28 +00:00
6 lines
128 B
Rust
6 lines
128 B
Rust
|
|
// type VirtualNode = VNode;
|
|
|
|
/// Test a basic usage of a virtual dom + text renderer combo
|
|
#[test]
|
|
fn simple_integration() {}
|