浏览代码

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