CreateSurveyFormPage.tsx 221 Bytes
Newer Older
Jiwon Yoon's avatar
Jiwon Yoon committed
1
2
3
4
5
6
7
8
9
10
11
import React from "react";
import "tailwindcss/tailwind.css";


const CreateSurveyFormPage = () => (
    <div>
        설문조사를 직접 만들 수 있는 페이지
    </div>
);

export default CreateSurveyFormPage;