Skip to content

Commit 26d9cfd

Browse files
committed
feat(migrate): remove @flow
1 parent 66081ca commit 26d9cfd

17 files changed

+0
-17
lines changed

packages/sync-actions/src/attribute-groups.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import flatten from 'lodash.flatten'
32
import type {
43
SyncAction,

packages/sync-actions/src/categories.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import flatten from 'lodash.flatten'
32
import type {
43
SyncAction,

packages/sync-actions/src/customers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import flatten from 'lodash.flatten'
32
import type {
43
SyncAction,

packages/sync-actions/src/inventories.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import flatten from 'lodash.flatten'
32
import type {
43
SyncAction,

packages/sync-actions/src/orders.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import flatten from 'lodash.flatten'
32
import type {
43
SyncAction,

packages/sync-actions/src/prices.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import type {
32
SyncAction,
43
SyncActionConfig,

packages/sync-actions/src/product-selections.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import flatten from 'lodash.flatten'
32
import type {
43
SyncAction,

packages/sync-actions/src/product-types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import flatten from 'lodash.flatten'
32
import type {
43
SyncAction,

packages/sync-actions/src/products.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import flatten from 'lodash.flatten'
32
import type {
43
SyncAction,

packages/sync-actions/src/quote-requests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* @flow */
21
import flatten from 'lodash.flatten'
32
import type {
43
SyncAction,

0 commit comments

Comments
 (0)