Skip to content

Commit

Permalink
Remove "use strict" directive from ES modules
Browse files Browse the repository at this point in the history
Reviewed By: MichaReiser

Differential Revision: D25973697

fbshipit-source-id: b17c477701529107859f313607d99ab501613a3e
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Jan 20, 2021
1 parent eefeed1 commit 5d555a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

// flowlint ambiguous-object-type:error

'use strict';

import useBlockingPaginationFragment from '../useBlockingPaginationFragment';
import type {LoadMoreFn} from '../useLoadMoreFunction';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

// flowlint ambiguous-object-type:error

'use strict';

import useFragment from '../useFragment';
import {
fragmentInput,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

// flowlint ambiguous-object-type:error

'use strict';

import type {LoadMoreFn} from '../useLoadMoreFunction';
import usePaginationFragment from '../usePaginationFragment';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

// flowlint ambiguous-object-type:error

'use strict';

import useRefetchableFragment from '../useRefetchableFragment';
import {
fragmentInput,
Expand Down

0 comments on commit 5d555a4

Please sign in to comment.