diff options
author | Jouni Koivuviita <jouni@jouni.me> | 2016-03-04 13:54:26 +0200 |
---|---|---|
committer | Jouni Koivuviita <jouni@jouni.me> | 2016-03-04 13:54:26 +0200 |
commit | 9f79fbcaf2830b556be67f6974ccc26e3a223bef (patch) | |
tree | 87ad311d5a05d9f434abf29133d38bf95c4110c4 | |
parent | 3aab092ca08f93a33958b08bfe0e8148804fd5a7 (diff) | |
download | vaadin-core-9f79fbcaf2830b556be67f6974ccc26e3a223bef.tar.gz vaadin-core-9f79fbcaf2830b556be67f6974ccc26e3a223bef.zip |
Update react.html
Remove redundant h1 element
-rw-r--r-- | demo/react.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demo/react.html b/demo/react.html index 28e7deb..a4317d9 100644 --- a/demo/react.html +++ b/demo/react.html @@ -19,8 +19,6 @@ layout: page <body unresolved> - <h1>vaadin-core-elements</h1> - <section> <h3>React Integration</h3> <p>This example demonstrates using vaadin-grid with React framework. |