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

export default {
  rose, dawn, echo
}