diff --git a/components/Message.tsx b/components/Message.tsx index 31b7411..2a01c3d 100644 --- a/components/Message.tsx +++ b/components/Message.tsx @@ -1,7 +1,7 @@ import { MessageColor } from '@utils/Constants' const Message = ({ type, children }:MessageProps):JSX.Element => { - return
+ return
{children}
}