diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-21 11:33:45 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-21 11:33:45 +0300 |
| commit | 2c6cb3d3f210caa9c441dd4d16c24ef6e8ad9d7c (patch) | |
| tree | 291801ee1ea64291958e6ef54613df62d7b66431 /app/components/Layout.js | |
| parent | 798b6b8bb1868307544c26d3c9902dc7b0dab5e9 (diff) | |
| parent | dc80270da3f15a489be9bab79023a3e4dd93c5d5 (diff) | |
| download | mullvadvpn-2c6cb3d3f210caa9c441dd4d16c24ef6e8ad9d7c.tar.xz mullvadvpn-2c6cb3d3f210caa9c441dd4d16c24ef6e8ad9d7c.zip | |
Merge branch 'feature/flow-typed/headerbar'
Diffstat (limited to 'app/components/Layout.js')
| -rw-r--r-- | app/components/Layout.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/components/Layout.js b/app/components/Layout.js index f3de35e374..36d298b5b8 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -11,13 +11,6 @@ import HeaderBar from './HeaderBar'; export class Header extends Component { /** - * @type {HeaderBar.Style} - * @static - * @memberOf Header - */ - static Style = HeaderBar.Style; - - /** * @override */ render() { |
