fix flow type issue
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// @flow
|
||||
|
||||
import { type NodePath } from "babel-traverse";
|
||||
import type NodePath from "babel-traverse";
|
||||
|
||||
export default function () {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user