Remove "use strict" from source files

This commit is contained in:
Fredrik Forsmo
2017-12-02 15:25:17 +01:00
parent 876bdc378a
commit a970afa27e
63 changed files with 0 additions and 126 deletions

View File

@@ -5,8 +5,6 @@
* @flow
*/
'use strict';
import Container from 'components/Container';
import ErrorDecoder from 'components/ErrorDecoder';
import Flex from 'components/Flex';