Create the Equipment Table component

This commit is contained in:
itsfinniii
2026-03-24 21:24:54 +01:00
parent c3973ddd1a
commit cce651531b
3 changed files with 46 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ type EquipmentTableComponent = {
id: string;
title: string;
text: string;
text: string | null;
items: EquipmentTableItem[];
}