From da8305f03343d7b10332b316fe1e3efd2df5c7ea Mon Sep 17 00:00:00 2001 From: nasubi916 Date: Thu, 5 Sep 2024 01:15:41 +0900 Subject: [PATCH] bun run test --- src/components/team/Selector.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/team/Selector.tsx b/src/components/team/Selector.tsx index c4243fe..659db18 100644 --- a/src/components/team/Selector.tsx +++ b/src/components/team/Selector.tsx @@ -34,7 +34,6 @@ const DivStyled = styled.div` margin-top: 20px; `; - const ButtonStyled = styled(Button)` font-weight: 600; font-family: sans-serif;