feat(in-progress): 메인페이지 기본 반응형 전환.

- full, half 모드
This commit is contained in:
2021-11-27 01:53:00 +09:00
parent b6b28de8e2
commit 93efacbef5
8 changed files with 424 additions and 349 deletions
+2
View File
@@ -17,6 +17,8 @@ import { joinYearMonth } from './util/joinYearMonth';
import { parseYearMonth } from './util/parseYearMonth';
exportWindow($, '$');
import '../scss/main.scss';
type TurnArg = {
//TODO: 채울것
}