basic seach small json data set models and parts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
export const MODELS = [
|
||||
{
|
||||
id: "tamiya-hotshot",
|
||||
brand: "Tamiya",
|
||||
name: "Hotshot",
|
||||
scale: "1/10",
|
||||
year: 1985,
|
||||
categories: ["drivetrain", "suspension", "chassis", "shocks"],
|
||||
generation: 1,
|
||||
},
|
||||
{
|
||||
id: "tamiya-supershot",
|
||||
brand: "Tamiya",
|
||||
name: "Super Shot",
|
||||
scale: "1/10",
|
||||
year: 1986,
|
||||
categories: ["drivetrain", "suspension", "chassis", "shocks"],
|
||||
generation: 1,
|
||||
},
|
||||
{
|
||||
id: "traxxas-rustler-4x4",
|
||||
brand: "Traxxas",
|
||||
name: "Rustler 4x4",
|
||||
scale: "1/10",
|
||||
year: 2018,
|
||||
categories: ["drivetrain", "suspension", "electronics", "steering"],
|
||||
generation: 2,
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user