forked from matrix/element-web
remove 'use strict'
This commit is contained in:
parent
8a7477f50c
commit
4386d45a97
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import {highlightBlock} from 'highlight.js';
|
||||
|
|
Loading…
Reference in New Issue