From 606cd5281acbb7b3f98d28bc383bbb5d42d50ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=84=EC=84=B8=EC=9C=A4?= <2ne1jenna@naver.com> Date: Thu, 12 Feb 2026 17:54:10 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=8F=B0=ED=8A=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EC=82=AC=ED=95=AD=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../matching/components/MatchingFilter.tsx | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/app/routes/matching/components/MatchingFilter.tsx b/app/routes/matching/components/MatchingFilter.tsx index c7ef787..4cbf91b 100644 --- a/app/routes/matching/components/MatchingFilter.tsx +++ b/app/routes/matching/components/MatchingFilter.tsx @@ -1,7 +1,6 @@ import { useState } from "react"; import { cn } from "../../../lib/utils"; import FilterChip from "../../../components/common/FilterChip"; -import Button from "../../../components/common/Button"; import { SORT_OPTIONS, CAMPAIGN_SORT_OPTIONS, @@ -75,12 +74,12 @@ export default function MatchingFilter({ }; return ( -