summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.md b/README.md
index a9718505b0..f1f04ad986 100644
--- a/README.md
+++ b/README.md
@@ -137,20 +137,6 @@ it and behave accordingly.
![App diagram](README%20images/app-diagram.png)
-## Frontend view layout
-
-Most of application layouts consist of header bar area and main content area. Three of components
-from `components/Layout` help to assemble each view, i.e:
-
-```
-<Layout>
- <Header />
- <Container>
- { /* content goes here */ }
- </Container>
-</Layout>
-```
-
# License