Skip to content

Commit 6a354d1

Browse files
committed
feat: 옵션페이지 약관페이지 추가
1 parent 5ad04e5 commit 6a354d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Join/TermsCheckInput.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { useJoinState } from '@/stores/joinStore';
22
import { useEffect, useRef, useState } from 'react';
33
import Dialog from '../common/Dialog';
4-
import { PersonalInfoPage, UseConditionPage } from '@/pages/Policy';
4+
import PersonalInfoPage from '@/pages/Policy/PersonalInfoPage';
5+
import UseConditionPage from '@/pages/Policy/UseConditionPage';
56

67
const TermsCheckInput = () => {
78
interface DialogElement {

0 commit comments

Comments
 (0)