[nat] (saveComponent) and (withComponents)

This commit is contained in:
2021-06-12 21:52:32 -06:00
parent df2732bc6e
commit a1d845c264
4 changed files with 42 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
package nat.components;
typedef Name = String;
typedef Author = String;

View File

@@ -0,0 +1,3 @@
package nat.components;
typedef Name = String;