Skip to content

Commit

Permalink
fix(app-headless-cms): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Nov 21, 2024
1 parent 8d55fa9 commit e2f2ea3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import React, { Dispatch, SetStateAction, useState, useCallback } from "react";
import { i18n } from "@webiny/app/i18n";
import { IconButton } from "@webiny/ui/Button";
import { Cell } from "@webiny/ui/Grid";
import { FormElementMessage } from "@webiny/ui/FormElementMessage";
import { Typography } from "@webiny/ui/Typography";
import {
BindComponentRenderProp,
CmsModelFieldRendererPlugin,
Expand All @@ -17,7 +15,6 @@ import { ReactComponent as ArrowDown } from "./arrow_drop_down.svg";
import Accordion from "~/admin/plugins/fieldRenderers/Accordion";
import {
fieldsWrapperStyle,
dynamicSectionTitleStyle,
dynamicSectionGridStyle,
fieldsGridStyle,
ItemHighLight,
Expand Down

0 comments on commit e2f2ea3

Please sign in to comment.