see if this fixes dup headers

This commit is contained in:
2024-11-22 14:54:28 -05:00
parent 2d69cf76d7
commit 4f461cfc40
4 changed files with 49 additions and 9 deletions

13
src/data/arComponents.tsx Normal file
View File

@@ -0,0 +1,13 @@
const dataset: { component: string; }[] = [
{
component: "Upper Receiver",
},
{
component: "Barrel",
},
{
component: "Muzzle Device",
},
];
export default dataset;