remove an unused import

This commit is contained in:
Evan Almloff 2024-01-06 09:00:44 -06:00
parent 5d842bad2b
commit 502c80b0ad

View file

@ -2,7 +2,7 @@
use dioxus::prelude::Props;
use dioxus_core::{MountedAttribute, *};
use std::{cell::Cell, cfg, collections::HashSet};
use std::{cfg, collections::HashSet};
fn random_ns() -> Option<&'static str> {
let namespace = rand::random::<u8>() % 2;