From 43912840aba21a16a309dde6b4b6da4a400a79d0 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 25 Jul 2024 22:50:07 +0530 Subject: [PATCH] chore: -rm styled import --- src/components/atoms/ConfirmationBox.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/atoms/ConfirmationBox.tsx b/src/components/atoms/ConfirmationBox.tsx index a1c6e869..b3eb10c2 100644 --- a/src/components/atoms/ConfirmationBox.tsx +++ b/src/components/atoms/ConfirmationBox.tsx @@ -1,5 +1,4 @@ import React from 'react'; -import styled from 'styled-components'; import { Box, Button, IconButton, Stack, Typography } from "@mui/material"; interface ConfirmationBoxProps {