2021-03-12 21:58:30 +00:00
|
|
|
use dioxus_core::prelude::*;
|
2021-02-03 07:26:04 +00:00
|
|
|
// type VirtualNode = VNode;
|
2021-01-16 06:30:48 +00:00
|
|
|
|
|
|
|
/// Test a basic usage of a virtual dom + text renderer combo
|
|
|
|
#[test]
|
2021-03-12 21:58:30 +00:00
|
|
|
fn simple_integration() {}
|