Fix Dates component

This commit is contained in:
2023-01-19 11:06:34 -07:00
parent 77104aaa5e
commit 1d36d91377

View File

@@ -1,3 +1,3 @@
package nat.components;
typedef Tags = Map<String, Date>;
typedef Dates = Map<String, Date>;