From 43ce3edd513af68ce107b9caa51933956060af43 Mon Sep 17 00:00:00 2001 From: Cindy Date: Fri, 24 Jan 2025 09:34:35 +0300 Subject: [PATCH] feat: governance action card --- ui/src/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index b762148..762ba97 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -1,6 +1,5 @@ -import { Box, Grid } from "@mui/material"; +import { Grid } from "@mui/material"; import GovernanceActionCard from "./Components/Molecules/GovernanceActionCard"; -import { IconArrowCircleRight } from "@intersect.mbo/intersectmbo.org-icons-set"; import "./index.scss"; export type AppProps = {