Skip to content

Commit 6711453

Browse files
committed
Fix lint
1 parent 32ed491 commit 6711453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parse.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import Documentation, { type DocumentationObject } from './Documentation';
1111
import postProcessDocumentation from './utils/postProcessDocumentation';
1212
import buildParser, { type Options, type Parser } from './babelParser';
1313
import type { Handler, Resolver } from './types';
14-
import types from 'ast-types';
1514

1615
const ERROR_MISSING_DEFINITION = 'No suitable component definition found.';
1716

0 commit comments

Comments
 (0)