Merge branch 'fix-recipe-page' into main

This commit is contained in:
2022-07-22 23:46:02 +02:00
15 changed files with 810 additions and 76 deletions

View File

@@ -2,5 +2,6 @@ package whattocook.models;
public enum Unit {
g,
ml
ml,
units
}