|  | @@ -1,5 +1,6 @@
 | 
	
		
			
			| 1 | 1 |  import React from 'react'
 | 
	
		
			
			| 2 | 2 |  import { connect } from 'react-redux'
 | 
	
		
			
			|  | 3 | +import i18n from '../i18n.js'
 | 
	
		
			
			| 3 | 4 |  import { translate } from 'react-i18next'
 | 
	
		
			
			| 4 | 5 |  import Logo from '../component/Header/Logo.jsx'
 | 
	
		
			
			| 5 | 6 |  import NavbarToggler from '../component/Header/NavbarToggler.jsx'
 |