summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-01-08 14:39:47 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-01-08 16:21:20 +0100
commit7374279db90db0827811380180e50f8a9288b0f1 (patch)
tree93a566f8007b820065f2068dd35b61fec85777b5
parent0fc8c71b01ec0d3525a10454a6aab3572ec7ce0c (diff)
downloadmullvadvpn-7374279db90db0827811380180e50f8a9288b0f1.tar.xz
mullvadvpn-7374279db90db0827811380180e50f8a9288b0f1.zip
Remove frontend view layout description from README
-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