summary refs log tree commit diff
path: root/utils/profiles.ts
blob: 06302a26706a43e2a9b5f043d004bace4ca43c17 (plain)
1
2
3
4
5
6
7
8
import rose from '~/images/profile/rose.png'
import dawn from '~/images/profile/dawn.png'
import echo from '~/images/profile/echo.png'
import corona from '~/images/profile/corona.png'

export default {
  rose, dawn, echo, corona
}