rename modules according to rules

This commit is contained in:
2022-07-22 01:01:21 +02:00
parent 6d6d060d5b
commit 11c1e022b6
51 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
package whattocook.models;
public enum Unit {
g,
ml
}