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