diff --git a/src/icons/flowTypes.js b/src/icons/flowTypes.js.flow similarity index 100% rename from src/icons/flowTypes.js rename to src/icons/flowTypes.js.flow diff --git a/src/icons/general/__tests__/IconShield.test.tsx b/src/icons/general/__tests__/IconShield.test.tsx index 19db659891..33d0640538 100644 --- a/src/icons/general/__tests__/IconShield.test.tsx +++ b/src/icons/general/__tests__/IconShield.test.tsx @@ -1,4 +1,3 @@ -// @flow import * as React from 'react'; import { shallow } from 'enzyme'; diff --git a/src/icons/states/__tests__/UsersEmptyState.test.tsx b/src/icons/states/__tests__/UsersEmptyState.test.tsx index d3cf38f41e..b41d71e311 100644 --- a/src/icons/states/__tests__/UsersEmptyState.test.tsx +++ b/src/icons/states/__tests__/UsersEmptyState.test.tsx @@ -1,4 +1,3 @@ -// @flow import * as React from 'react'; import { shallow } from 'enzyme'; import UsersEmptyState from '../UsersEmptyState';