From 7295c9d3f8e58a2cd3028193ebff7e1892395bed Mon Sep 17 00:00:00 2001 From: Nar -- <28705606+finnar-bin@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:16:57 +0800 Subject: [PATCH] Chore/resolve stage conflicts (#2941) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andres Galindo Co-authored-by: Stuart Runyan --- .../app/views/ItemEdit/Meta/ContentInsights/MatchedWords.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/content-editor/src/app/views/ItemEdit/Meta/ContentInsights/MatchedWords.tsx b/src/apps/content-editor/src/app/views/ItemEdit/Meta/ContentInsights/MatchedWords.tsx index 45fcfdec8f..b2e62b363a 100644 --- a/src/apps/content-editor/src/app/views/ItemEdit/Meta/ContentInsights/MatchedWords.tsx +++ b/src/apps/content-editor/src/app/views/ItemEdit/Meta/ContentInsights/MatchedWords.tsx @@ -1,6 +1,5 @@ import { Box, Stack, Typography, Chip } from "@mui/material"; -import { Add, Remove } from "@mui/icons-material"; -import { Check } from "@mui/icons-material"; +import { Check, Add, Remove } from "@mui/icons-material"; import { useMemo, useState } from "react"; import { useSelector } from "react-redux"; import { useParams } from "react-router";