Skip to content

Commit 1d578f7

Browse files
committed
[chore] 폴더명 변경(대소문자 변경)
1 parent 88ba2ff commit 1d578f7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/app/design-system/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
import Button from '@/shared/components/button/Button';
44
import TextButton from '@/shared/components/button/TextButton';
5-
import ModalLayout from '@/shared/components/temp_ModalPop/ModalLayout';
5+
import ModalLayout from '@/shared/components/modalPop/ModalLayout';
66
import { useState } from 'react';
77
import { customToast } from '@/shared/components/toast/CustomToastUtils';
8-
import ConfirmPop from '@/shared/components/temp_ModalPop/ConfirmPop';
8+
import ConfirmPop from '@/shared/components/modalPop/ConfirmPop';
99

1010
function Page() {
1111
const [isModalOpen, setModalOpen] = useState(false);

0 commit comments

Comments
 (0)