Corrige asignación errónea de identificador

This commit is contained in:
Manuel Cillero 2022-05-13 23:28:58 +02:00
parent 7d06cdec19
commit 9e5d6e1a72

View file

@ -1,7 +1,7 @@
use crate::prelude::*;
pub const MENU_COMPONENT: &str = "pagetop::component::menu";
pub const MENUITEM_COMPONENT: &str = "pagetop::component::menu";
pub const MENUITEM_COMPONENT: &str = "pagetop::component::menu_item";
pub enum MenuItemType {
Label(String),