Authors now showing on the listing
continuous-integration/drone/pr Build is passing

Back to the top works
This commit is contained in:
Khwezi Mngoma
2026-05-30 22:19:35 +02:00
parent 01a0264452
commit 26cd12532c
4 changed files with 12 additions and 15 deletions
@@ -1,10 +0,0 @@
namespace MidrandBookshop.Components.Layout;
public class CartItem
{
public int Id { get; set; }
public string Title { get; set; } = string.Empty;
public string Author { get; set; } = string.Empty;
public int Price { get; set; }
public int Quantity { get; set; }
}