mirror of https://github.com/status-im/metro.git
Fix typo in ResolutionRequest
Reviewed By: davidaurelio Differential Revision: D4605569 fbshipit-source-id: 5cd942e35faa8c653c4b709edb026eac0636a32a
This commit is contained in:
parent
b936a8d20e
commit
62c959a05a
|
@ -11,9 +11,8 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
import Module from '../Module';
|
||||
|
||||
import type {Options as TransformOptions} from '../../JSTransformer/worker/worker';
|
||||
import type Module from '../Module';
|
||||
|
||||
const NO_OPTIONS = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue