From e647ebd4a06bb8ce18c1997f1fe2bb722a4362bd Mon Sep 17 00:00:00 2001 From: Conor_Mack Date: Wed, 3 Jun 2020 19:50:28 +0100 Subject: [PATCH] lint fix --- .../builder/src/components/userInterface/propertyCategories.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/builder/src/components/userInterface/propertyCategories.js b/packages/builder/src/components/userInterface/propertyCategories.js index b1e329c863..f9d9e6b892 100644 --- a/packages/builder/src/components/userInterface/propertyCategories.js +++ b/packages/builder/src/components/userInterface/propertyCategories.js @@ -3,7 +3,6 @@ import OptionSelect from "./OptionSelect.svelte" import InputGroup from "../common/Inputs/InputGroup.svelte" import FlatButtonGroup from "./FlatButtonGroup.svelte" - export const screen = [ { label: "Name", key: "name", control: Input }, { label: "Description", key: "description", control: Input },