diff --git a/app/(route)/verification/ibulsin/_components/Step1/index.tsx b/app/(route)/verification/ibulsin/_components/Step1/index.tsx index 43ecb93..3a469bc 100644 --- a/app/(route)/verification/ibulsin/_components/Step1/index.tsx +++ b/app/(route)/verification/ibulsin/_components/Step1/index.tsx @@ -4,8 +4,15 @@ import React from 'react' import style from './index.module.css' import Link from 'next/link' import Textarea from '../Textarea' +import { ibulsinVariants } from '@/app/_constants/ibulsin' +import { + outlineTextareaAtom, + whyTextareaAtom, +} from '@/app/_store/ibulsin/textarea' function Step1() { + const { outline, why } = ibulsinVariants + return (
해당 아이디어를 어떻게 생각하게 되었나요?
- +