From d35d57ca757ddf8e04db0ac017a491f4cb3bb125 Mon Sep 17 00:00:00 2001 From: lakshya Date: Mon, 26 Feb 2024 11:23:43 +0530 Subject: [PATCH] fix build and preview action Signed-off-by: lakshya --- src/components/Features/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Features/style.js b/src/components/Features/style.js index 07e0014de8ae..c5e655286b8f 100644 --- a/src/components/Features/style.js +++ b/src/components/Features/style.js @@ -1,4 +1,4 @@ -import styled, { keyframes } from "styled-components"; +import styled from "styled-components"; export const Container = styled.div` border-radius: 1rem;