File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed
shared/components/modalPop Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33import Button from '@/shared/components/button/Button' ;
44import TextButton from '@/shared/components/button/TextButton' ;
5- import ModalLayout from '@/shared/components/temp_ModalPop /ModalLayout' ;
5+ import ModalLayout from '@/shared/components/modalPop /ModalLayout' ;
66import { useState } from 'react' ;
77import { customToast } from '@/shared/components/toast/CustomToastUtils' ;
8- import ConfirmPop from '@/shared/components/temp_ModalPop /ConfirmPop' ;
8+ import ConfirmPop from '@/shared/components/modalPop /ConfirmPop' ;
99
1010function Page ( ) {
1111 const [ isModalOpen , setModalOpen ] = useState ( false ) ;
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments