import type { Translation } from '../i18n-types'

const {{ locale }}: Translation = {
	
}

export default {{ locale }}
