We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad04e5 commit 6a354d1Copy full SHA for 6a354d1
src/components/Join/TermsCheckInput.tsx
@@ -1,7 +1,8 @@
1
import { useJoinState } from '@/stores/joinStore';
2
import { useEffect, useRef, useState } from 'react';
3
import Dialog from '../common/Dialog';
4
-import { PersonalInfoPage, UseConditionPage } from '@/pages/Policy';
+import PersonalInfoPage from '@/pages/Policy/PersonalInfoPage';
5
+import UseConditionPage from '@/pages/Policy/UseConditionPage';
6
7
const TermsCheckInput = () => {
8
interface DialogElement {
0 commit comments