Tech stack stub page and changing project to be just one Web Assembly project for now
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace WebAssembly.Data;
|
||||
|
||||
public class TechStack
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string? Description { get; set; }
|
||||
public string? ExtendedNotes { get; set; }
|
||||
|
||||
public bool InUse { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user