@page "/list" @using BlazorProject.Models

List

@(string.Join(", ", ((Item)context).EnchantCategories)) @(string.Join(", ", ((Item)context).RepairWith))