Skip to content

Commit

Permalink
feat(mode): add Book, Page, Content enum variants
Browse files Browse the repository at this point in the history
Signed-off-by: Deep Panchal <deep302001@gmail.com>
  • Loading branch information
deepanchal committed Jul 2, 2024
1 parent 39154ce commit cddfd51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ use serde::{Deserialize, Serialize};
pub enum Mode {
#[default]
Home,
Book,
Page,
Content,
}

0 comments on commit cddfd51

Please sign in to comment.