Remove obsolete workaround

This commit is contained in:
Lyubo Marinov 2017-08-22 09:19:03 -05:00
parent 45b8693a3e
commit 7114614697
1 changed files with 0 additions and 5 deletions

View File

@ -8,17 +8,12 @@ import { Watermarks } from '../../base/react';
import { AbstractWelcomePage, _mapStateToProps } from './AbstractWelcomePage';
/* eslint-disable require-jsdoc */
/**
* The Web container rendering the welcome page.
*
* @extends AbstractWelcomePage
*/
class WelcomePage extends AbstractWelcomePage {
/* eslint-enable require-jsdoc */
/**
* Initializes a new WelcomePage instance.
*