Skip to content

Commit

Permalink
Fix import react
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymshymko committed Oct 26, 2022
1 parent 1a28e82 commit 8e5d5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable jsx-a11y/no-static-element-interactions */
/* eslint-disable jsx-a11y/click-events-have-key-events */
/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
import {
import React, {
HTMLAttributes,
KeyboardEvent,
memo,
Expand Down

0 comments on commit 8e5d5bf

Please sign in to comment.