8 lines
131 B
Rust
8 lines
131 B
Rust
|
|
//! Dioxus components that will display a Tavern blogging system Blog.
|
||
|
|
|
||
|
|
mod info;
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
pub use crate::info::{get_name, get_version};
|