Merge pull request #5735 from matrix-org/travis/use-strict-no

Remove a bunch of useless 'use strict' definitions
This commit is contained in:
Travis Ralston 2021-03-09 07:24:41 -07:00 committed by GitHub
commit eb45731d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 0 additions and 22 deletions

View file

@ -14,8 +14,6 @@
limitations under the License.
*/
'use strict';
import React from 'react';
import MFileBody from './MFileBody';