diff --git a/src/components/atoms/button/modal/YesButton.tsx b/src/components/atoms/button/modal/YesButton.tsx index 35959a8..50a097c 100644 --- a/src/components/atoms/button/modal/YesButton.tsx +++ b/src/components/atoms/button/modal/YesButton.tsx @@ -1,18 +1,10 @@ -import React from "react"; +import React from 'react'; -const YesButton = ({ - info, - handler, - isOne, -}: { - info: string; - handler: () => void; - isOne: boolean; -}) => { +const YesButton = ({ info, handler, isOne }: { info: string; handler: () => void; isOne: boolean }) => { return (