mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-15 08:57:08 +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() {}
|