add logic, not working tho
This commit is contained in:
@@ -8,6 +8,7 @@ pub enum AppView {
|
||||
Register,
|
||||
Admin,
|
||||
AddTable,
|
||||
AddLogic,
|
||||
Form(String),
|
||||
Scratch,
|
||||
}
|
||||
@@ -21,6 +22,7 @@ impl AppView {
|
||||
AppView::Register => "Register",
|
||||
AppView::Admin => "Admin_Panel",
|
||||
AppView::AddTable => "Add_Table",
|
||||
AppView::AddLogic => "Add_Logic",
|
||||
AppView::Form(name) => name.as_str(),
|
||||
AppView::Scratch => "*scratch*",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user