mirror of
https://github.com/adoyle0/thaw.git
synced 2025-03-13 22:19:49 -04:00
5 lines
115 B
Rust
5 lines
115 B
Rust
use crate::components::{Demo, DemoCode};
|
|
use leptos::{ev, prelude::*};
|
|
use thaw::*;
|
|
|
|
demo_markdown::include_md! {}
|