Skip to content

Commit

Permalink
chore: fix ESlint - refs #254313
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-oprea committed Jul 10, 2023
1 parent cc174fa commit c9458b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/helpers/useFirstVisited.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import { renderHook, act } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react-hooks';
import useFirstVisited from './useFirstVisited';

describe('useFirstVisited', () => {
Expand Down

0 comments on commit c9458b8

Please sign in to comment.