dev #84
|
@ -1,7 +1,7 @@
|
||||||
export const toppers = [
|
export const toppers = [
|
||||||
{ name: 'Ровный', filename: 'icon_stolb_verh_3.svg', model: 'top' },
|
{ name: 'Ровный', filename: 'icon_stolb_verh_3.svg', model: 'top' },
|
||||||
{ name: 'Вершина 1', filename: 'icon_stolb_verh_2.svg', model: 'decor1' },
|
{ name: 'Вершина 1', filename: 'icon_stolb_verh_2.svg', model: 'decor1' },
|
||||||
{ name: 'Вершина 2', filename: 'icon_stolb_verh_1.svg', model: 'decor3' },
|
{ name: 'Вершина 2', filename: 'icon_stolb_verh_1.svg', model: 'decor2' },
|
||||||
].map((el, i) => Object.assign(el, { id: i }))
|
].map((el, i) => Object.assign(el, { id: i }))
|
||||||
|
|
||||||
export const getFilename = (id: toppersIds) => {
|
export const getFilename = (id: toppersIds) => {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue