소스 검색

Update README.md

John 8 년 전
부모
커밋
e77ae2a475
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      README.md

+ 0 - 4
README.md

@@ -57,10 +57,6 @@
 │   ├── /layout/                # Layout component
 │   ├── /button/                # Button component
 │   └── /...                    # etc.
-├── /core/                      # Core framework
-│   ├── /app.js                 # Application entry point (bootstrap)
-│   ├── /store.js               # Application state manager (Redux)
-│   └── /...                    # etc.
 ├── /routes/                    # View/screen UI components + routing information
 │   ├── /about/                 # About page
 │   ├── /error/                 # Error page