diff options
Diffstat (limited to 'corp/rih/src/main.rs')
-rw-r--r-- | corp/rih/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/corp/rih/src/main.rs b/corp/rih/src/main.rs index e2f3480c37a8..5cad294a8e02 100644 --- a/corp/rih/src/main.rs +++ b/corp/rih/src/main.rs @@ -5,6 +5,7 @@ use gloo::storage::{LocalStorage, Storage}; use rand::seq::IteratorRandom; use rand::thread_rng; use serde::{Deserialize, Serialize}; +use static_markdown::markdown; use std::collections::BTreeSet; use wasm_bindgen::closure::Closure; use wasm_bindgen::JsCast; |