Added ability to add page, but hangs in main.

This commit is contained in:
2025-05-01 13:46:46 -04:00
parent 1bfbfc5e44
commit 4fbbd30c4b
6 changed files with 131 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ use uuid::Uuid;
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
pub enum MsgType {
ActionOk,
Document,
DocumentRequest,
Error,