From 2f9771b682639876018f41ae33379e7dfc2cf296 Mon Sep 17 00:00:00 2001 From: ttaerrim Date: Tue, 12 Dec 2023 23:00:30 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20@morak/ui=EC=9D=98=20Label?= =?UTF-8?q?=20=EC=82=AC=EC=9A=A9=ED=95=98=EB=8F=84=EB=A1=9D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/frontend/src/components/MogacoItem/index.tsx | 2 +- .../src/components/Sidebar/Contents/Mogaco/TitleWrapper.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/frontend/src/components/MogacoItem/index.tsx b/app/frontend/src/components/MogacoItem/index.tsx index 54fe4902e..dbe7e97b2 100644 --- a/app/frontend/src/components/MogacoItem/index.tsx +++ b/app/frontend/src/components/MogacoItem/index.tsx @@ -1,11 +1,11 @@ import { NavLink } from 'react-router-dom'; import { ResponseMogacoDto } from '@morak/apitype'; +import { Label } from '@morak/ui'; import dayjs from 'dayjs'; import { ReactComponent as Calendar } from '@/assets/icons/calendar.svg'; import { ReactComponent as Map } from '@/assets/icons/map.svg'; -import { Label } from '@/components'; import * as styles from './index.css'; diff --git a/app/frontend/src/components/Sidebar/Contents/Mogaco/TitleWrapper.tsx b/app/frontend/src/components/Sidebar/Contents/Mogaco/TitleWrapper.tsx index a3aa21453..7cd0fb7cd 100644 --- a/app/frontend/src/components/Sidebar/Contents/Mogaco/TitleWrapper.tsx +++ b/app/frontend/src/components/Sidebar/Contents/Mogaco/TitleWrapper.tsx @@ -1,6 +1,5 @@ import { ResponseMogacoDto } from '@morak/apitype'; - -import { Label } from '@/components'; +import { Label } from '@morak/ui'; import * as styles from './index.css';