import React from "react"; import "./CheckBtn.css"; const CheckBtn = () => { return (
확인
); }; export default CheckBtn;