Import commun à utiliser dans tous les composants
parent
bd025cd62c
commit
625cb93acc
|
@ -0,0 +1,6 @@
|
|||
import React from 'react'
|
||||
import { Trans } from 'react-i18next'
|
||||
|
||||
let T = ({ children, k }) => <Trans i18nKey={k}>{children}</Trans>
|
||||
|
||||
export { React, T }
|
Loading…
Reference in New Issue