Footer.ts 213 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /** * @author : wonseog * @date : 2021/03/08 * @description : 페이지 푸터 **/ const Footer = () : string => { return ` <div class="Footer">Its my Footer</div> `; } export default Footer;