Commit ed84f8c1 authored by jang dong hyeok's avatar jang dong hyeok
Browse files

0624_final

parent 14120c0f
import React from "react";
import "tailwindcss/tailwind.css";
// type HomeProps = {
type HomeProps = {
title?: string;
};
// };
const HomePage = () => (
const HomePage = ({ title = "Simple Survey Form" }: HomeProps) => (
<div>
<div className="text-slate-300 text-center text-3xl text-black">
가장 쉽게 설문지를 만드세요!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment