2020-05-13 17:56:51 +03:00
|
|
|
|
|
|
|
withTranslation()(LegacyComponentClass)
|
|
|
|
const { t } = this.props;
|
|
|
|
|
|
|
|
|
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
|
|
|
|
|
function MyComponent() {
|
2020-05-27 01:31:31 +03:00
|
|
|
const { t, i18n } = useTranslation();
|
|
|
|
|
|
|
|
|
2020-06-06 02:07:04 +03:00
|
|
|
|
|
|
|
import { makeStyles, useTheme } from "@material-ui/core/styles";
|
2020-06-06 02:47:03 +03:00
|
|
|
const theme = useTheme();
|
|
|
|
|
2020-06-06 03:36:18 +03:00
|
|
|
https://www.flaticon.com/free-icon/wizard_2534554?term=wizard&page=1&position=64
|
|
|
|
|
|
|
|
https://lucasbassetti.com.br/react-simple-chatbot/#/docs/previous-value
|