File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -171,13 +171,13 @@ class AComponent : RComponent<AComponentProps, AComponentState>() {
171
171
src
172
172
ㄴ main
173
173
ㄴ kotlin
174
- ㄴ MainStyles.kt ] - Styled Component 형식으로 정리한 스타일 객체
175
- ㄴ ToDoListStyles.kt ]
176
- ㄴ client.kt - 이후에 나오는 컴포넌트들을 root 아래에 두기 위한 기초 컴포넌트
177
- ㄴ main.kt - ToDoList의 메인 화면 컴포넌트
178
- ㄴ toDo.kt - ToDoList 내부의 ToDo를 담당하는 컴포넌트
179
- ㄴ toDoInsertion.kt - ToDo를 생성하기 위한 input 컴포넌트
180
- ㄴ toDoList.kt - ToDoList의 몸체
174
+ ㄴ MainStyles.kt ] - Styled Component 형식으로 정리한 스타일 객체
175
+ ㄴ ToDoListStyles.kt ]
176
+ ㄴ client.kt - 이후에 나오는 컴포넌트들을 root 아래에 두기 위한 기초 컴포넌트
177
+ ㄴ main.kt - ToDoList의 메인 화면 컴포넌트
178
+ ㄴ toDo.kt - ToDoList 내부의 ToDo를 담당하는 컴포넌트
179
+ ㄴ toDoInsertion.kt - ToDo를 생성하기 위한 input 컴포넌트
180
+ ㄴ toDoList.kt - ToDoList의 몸체
181
181
ㄴ resources
182
- ㄴ index.html - 빌드 후 생성된 kotlin-react.learn.js 스크립트를 실행할 기초 HTML
182
+ ㄴ index.html - 빌드 후 생성된 kotlin-react.learn.js 스크립트를 실행할 기초 HTML
183
183
```
You can’t perform that action at this time.
0 commit comments