Skip to content

Commit 48a4a29

Browse files
authored
docs: Project(ToDoList) Structure 정보 추가.
1 parent 9223592 commit 48a4a29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,13 @@ class AComponent : RComponent<AComponentProps, AComponentState>() {
171171
src
172172
ㄴ main
173173
ㄴ 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의 몸체
181181
ㄴ resources
182-
ㄴ index.html - 빌드 후 생성된 kotlin-react.learn.js 스크립트를 실행할 기초 HTML
182+
ㄴ index.html - 빌드 후 생성된 kotlin-react.learn.js 스크립트를 실행할 기초 HTML
183183
```

0 commit comments

Comments
 (0)