Main.ts 299 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 /** * @author : wonseog * @date : 2021/03/10 * @description : 로그인 이후 첫 화면 * 업데이트하기 * 다른 메뉴 보기 **/ const Main = () => { return ` <div class="main"> its main </div> ` } export default Main