import * as React from "react"; import { BackArrow } from "./back_arrow"; import { t } from "i18next"; export class AddZone extends React.Component { render() { return

{t("Add Zone")}

Area: 18 square feet

X-Length: 6 feet

Y-Length: 3 feet

Coordinates: (0, 0); (6, 3)

Select from map to add

Plant1 image, Plant2 image

pH: 6.3

Moisture: 23%

Temperature: 72 F

} }