blob: 9dd4494f8ef5ec7e65d719a449f7f5b482376b8a (
plain) (
blame)
1
2
3
4
|
import {ImageSourcePropType} from 'react-native'
export const DEF_AVATAR: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
export const BANNER: ImageSourcePropType = require('../../../public/img/beta-banner.jpg')
|