Commit cad9389d authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

Afileform

parent c15724fe
......@@ -7,13 +7,8 @@ type Props = {
export const AFileForm = ({ element }: Props) => {
return (
<div className="flex w-full gap-4 justify-around my-3">
{/* {element.content.choices.map((choice) => (
<div>
<input className="mr-2"></input>
<label className="text-lg">{choice.text}</label>
</div>
))} */}
<div id="content" className="flex mt-4 w-full justify-center">
<input type="file" className=" w-11/12 h-16"></input>
</div>
);
};
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