export const FONTS = { ROBOTO_REGULAR: 'roboto-regular', ROBOTO_MEDIUM: 'roboto-medium', ROBOTO_SEMIBOLD: 'roboto-semibold', ROBOTO_BOLD: 'roboto-bold', }; export const ASSETS = { LOGO: require('#assets/imgs/logo.png'), };