CreateSurveyForm.tsx 135 Bytes
Newer Older
1
2
3
4
5
import React from "react";

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