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