From 30fc7640cd316285ebbaa507fc5d7c5678cd7180 Mon Sep 17 00:00:00 2001 From: KANGYONGSU23 Date: Fri, 24 Nov 2023 21:20:01 +0900 Subject: [PATCH] =?UTF-8?q?ci=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CardList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CardList.tsx b/src/components/CardList.tsx index d4f1701..eccf58a 100644 --- a/src/components/CardList.tsx +++ b/src/components/CardList.tsx @@ -1,5 +1,5 @@ import React from "react"; -import CompanyCard from "./CompanyCard"; +import CompanyCard from "./company/CompanyCard"; import RecruitmentsCard from "./recruitments/RecruitmentsCard"; interface PropsType {