import React from "react"; export const CreateSurveyForm = () => ( <div>설문조사를 직접 만들 수 있는 페이지</div> );