import { Display } from '../../components/Display' export const UserOfWell = ({ data }) => { const dataLast = data[data.length - 1] return }