move everything out of layout

This commit is contained in:
2025-12-11 05:48:29 -05:00
parent 174c447706
commit a85e129026
48 changed files with 142 additions and 160 deletions

View File

@@ -1,4 +1,4 @@
use crate::layout::DefaultEvent;
use iris_core::DefaultEvent;
#[derive(Eq, PartialEq, Hash, Clone)]
pub struct Submit;