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