Skip to content

Commit

Permalink
♻️ @morak/ui의 Label 사용하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaerrim committed Dec 12, 2023
1 parent dd646d4 commit 2f9771b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/components/MogacoItem/index.tsx
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { ResponseMogacoDto } from '@morak/apitype';

import { Label } from '@/components';
import { Label } from '@morak/ui';

import * as styles from './index.css';

Expand Down

0 comments on commit 2f9771b

Please sign in to comment.