Skip to content

Commit e2f2ea3

Browse files
committed
fix(app-headless-cms): remove unused imports
1 parent 8d55fa9 commit e2f2ea3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/app-headless-cms/src/admin/plugins/fieldRenderers/object/multipleObjects.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import React, { Dispatch, SetStateAction, useState, useCallback } from "react";
22
import { i18n } from "@webiny/app/i18n";
33
import { IconButton } from "@webiny/ui/Button";
44
import { Cell } from "@webiny/ui/Grid";
5-
import { FormElementMessage } from "@webiny/ui/FormElementMessage";
6-
import { Typography } from "@webiny/ui/Typography";
75
import {
86
BindComponentRenderProp,
97
CmsModelFieldRendererPlugin,
@@ -17,7 +15,6 @@ import { ReactComponent as ArrowDown } from "./arrow_drop_down.svg";
1715
import Accordion from "~/admin/plugins/fieldRenderers/Accordion";
1816
import {
1917
fieldsWrapperStyle,
20-
dynamicSectionTitleStyle,
2118
dynamicSectionGridStyle,
2219
fieldsGridStyle,
2320
ItemHighLight,

0 commit comments

Comments
 (0)