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.
12 lines
340 B
12 lines
340 B
6 years ago
|
import abstract01 from '../assets/img/react-slick/abstract01.jpg'
|
||
|
import abstract02 from '../assets/img/react-slick/abstract02.jpg'
|
||
|
import abstract03 from '../assets/img/react-slick/abstract03.jpg'
|
||
|
import abstract04 from '../assets/img/react-slick/abstract04.jpg'
|
||
|
|
||
|
export default {
|
||
|
abstract01,
|
||
|
abstract02,
|
||
|
abstract03,
|
||
|
abstract04,
|
||
|
}
|