Corrige asignación errónea de identificador
This commit is contained in:
parent
7d06cdec19
commit
9e5d6e1a72
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
use crate::prelude::*;
|
use crate::prelude::*;
|
||||||
|
|
||||||
pub const MENU_COMPONENT: &str = "pagetop::component::menu";
|
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 {
|
pub enum MenuItemType {
|
||||||
Label(String),
|
Label(String),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue