Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b6be701
init: typescript 설치
Arooming Jun 1, 2024
3817d16
chore: ts로 변환
Arooming Jun 1, 2024
22e831b
chore: @type/jest 설치
Arooming Jun 1, 2024
c80f87a
chore: tsconfig.json 파일 수정
Arooming Jun 1, 2024
40fda4e
fix: 타입 에러 해결
Arooming Jun 1, 2024
cd4752b
chore: 타입 정의
Arooming Jun 1, 2024
98db946
chore: 불필요한 코드 삭제
Arooming Jun 1, 2024
7dd69f7
fix: 색상 적용 잘못된 부분 수정
Arooming Jun 1, 2024
bcebd6a
fix: parseInt 타입 에러 해결
Arooming Jun 1, 2024
574af24
chore: 타입 정의
Arooming Jun 1, 2024
49a506d
fix: 타입 에러 해결
Arooming Jun 1, 2024
28b4b49
fix: main.tsx 안 불러와지는 이슈 해결
Arooming Jun 1, 2024
3676c3d
chore: 타입 정의
Arooming Jun 1, 2024
37e58f3
refactor: 타입 지정
Arooming Jun 1, 2024
d0627a8
chore: 불필요한 코드 삭제
Arooming Jun 1, 2024
6e98670
fix: props 타입 안 맞아서 제대로 불러와지지 않는 이슈 해결
Arooming Jun 1, 2024
7ebf6f6
chore: 불필요한 코드 삭제
Arooming Jun 1, 2024
6430dc6
refactor: 타입 지정
Arooming Jun 1, 2024
2eba9b9
remove: 불필요한 타입 파일 삭제
Arooming Jun 1, 2024
b521457
chore: 타입 정의 위치 변경
Arooming Jun 1, 2024
e6fea29
chore: 공통 컴포넌트 타입 정의
Arooming Jun 1, 2024
d6456bb
chore: import 경로 수정
Arooming Jun 1, 2024
ddd0cc6
refactor: 타입 정의
Arooming Jun 1, 2024
22d35f7
feat: mainContents가 없을 경우 early return (예외처리)
Arooming Jun 1, 2024
70cc7eb
chore: 주석 추가
Arooming Jun 1, 2024
b50a456
chore: 주석 추가
Arooming Jun 2, 2024
0ded187
chore: 불필요한 패키지 삭제
Arooming Jun 2, 2024
9915a06
chore: 불 필요한 코드 삭제
Arooming Jun 2, 2024
ce4c013
Merge branch 'empty' into review
Arooming Jun 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion krampoline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<body>
<div id="root"></div>
<div id="modal"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading