rename modules according to rules
This commit is contained in:
6
server/src/main/whattocook/models/Unit.java
Normal file
6
server/src/main/whattocook/models/Unit.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package whattocook.models;
|
||||
|
||||
public enum Unit {
|
||||
g,
|
||||
ml
|
||||
}
|
||||
Reference in New Issue
Block a user