import React from 'react'; import {List, Label, Button} from 'semantic-ui-react'; const ListItem = ({ i18n, data, idx, removeAction }) => { return (