Sign up form and other stuff

This commit is contained in:
Greg Burri 2022-11-26 12:26:05 +01:00
parent b1ffd1a04a
commit 45d4867cb3
18 changed files with 817 additions and 107 deletions

View file

@ -1,6 +1 @@
mod recipes {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
pub mod utils;