Skip to content

Commit 68b7f94

Browse files
committed
Remove unused import
1 parent 2bc280e commit 68b7f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/linkify-react/src/linkify-react.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { tokenize, Options, options } from 'linkifyjs';
2+
import { tokenize, Options } from 'linkifyjs';
33

44
/**
55
* Given a string, converts to an array of valid React components

0 commit comments

Comments
 (0)