mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
13 lines
212 B
TypeScript
13 lines
212 B
TypeScript
const dataset: { component: string; }[] = [
|
|
{
|
|
component: "Upper Receiver",
|
|
},
|
|
{
|
|
component: "Barrel",
|
|
},
|
|
{
|
|
component: "Muzzle Device",
|
|
},
|
|
];
|
|
|
|
export default dataset; |