mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
pivoting to local yaml files for state
This commit is contained in:
6
Management/Models/Local/LocalModules.cs
Normal file
6
Management/Models/Local/LocalModules.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace LocalModels;
|
||||
|
||||
public record LocalModule
|
||||
{
|
||||
public string Name { get; init; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user