Selaa lähdekoodia

added missing import

Skylsmoi 6 vuotta sitten
vanhempi
commit
c690cc5266
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/container/Header.jsx

+ 1 - 0
src/container/Header.jsx Näytä tiedosto

@@ -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'