Skip to content

Commit

Permalink
feat: 공통적으로 쓰이는 BoxTodo, ButtonTogoToggle -> shared로 이동 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
suwonthugger committed Dec 21, 2024
1 parent cb89958 commit 962d028
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TimeLineIcon from '@/shared/assets/svgs/mingcute_time-line.svg?react';
import NumberIcon from '@/shared/assets/svgs/selected_number_icon.svg?react';
import MeatBall from '@/shared/assets/svgs/todo_meatball_default.svg?react';

import SVGBtn from '../../../shared/components/ButtonSVG';
import SVGBtn from '../ButtonSVG';

interface BoxTodoProps {
id: number;
Expand Down

0 comments on commit 962d028

Please sign in to comment.