Skip to content

Commit 4e35e93

Browse files
committed
removed unused import
1 parent c7387d8 commit 4e35e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Checkbox/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, ReactElement, useEffect } from 'react';
1+
import React, { useState, useEffect } from 'react';
22

33
import classnames from '../../utils/classNames';
44

0 commit comments

Comments
 (0)