Refactor Items page to Razor component

This commit is contained in:
2023-12-02 20:52:01 +00:00
parent f1d65f590f
commit 51bff2162e
14 changed files with 109 additions and 418 deletions

View File

@ -1,6 +1,5 @@
namespace Groceries.Transactions;
using Groceries.Common;
using Groceries.Data;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;