Files
old-kivi-za-auta-react/kivi-cars/src/data/gearbox.js

16 lines
232 B
JavaScript
Raw Normal View History

2022-03-15 11:54:33 +01:00
const Gearbox = {
"ime": "Broj brzina",
"tipovi": [
2022-03-22 02:13:48 +01:00
"Odaberite",
2022-03-15 11:54:33 +01:00
"3+R",
"4+R",
"5+R",
"6+R",
"7+R",
"8+R",
"9+R",
"CVT"
]
}
export default Gearbox;