Type errors

pull/1492/head
Rick Carlino 2019-10-08 10:19:51 -05:00
parent 86497b5187
commit 77aa69977f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import {
DesignerPanelContent,
DesignerPanelHeader
} from "../plants/designer_panel";
import { TaggedPointGroup, SpecialStatus } from "farmbot";
import { TaggedPointGroup } from "farmbot";
import { DeleteButton } from "../../controls/pin_form_fields";
import { svgToUrl, DEFAULT_ICON } from "../../open_farm/icons";
import { overwrite, save, edit } from "../../api/crud";