You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
344 B
19 lines
344 B
import a from './8001.png'
|
|
import b from './8002.png'
|
|
import c from './8003.png'
|
|
import d from './8004.png'
|
|
import e from './8005.png'
|
|
import f from './8006.png'
|
|
import g from './8007.png'
|
|
import h from './8008.png'
|
|
const arrows = {
|
|
8001: a,
|
|
8002: b,
|
|
8003: c,
|
|
8004: d,
|
|
8005: e,
|
|
8006: f,
|
|
8007: g,
|
|
8008: h
|
|
}
|
|
export default arrows
|
|
|