Skip to content

Commit

Permalink
Fix linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed Oct 2, 2023
1 parent 419c337 commit f64e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hamburger-button/tests/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import React from 'react';
import {render} from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import {userEvent} from '@testing-library/user-event';
import HamburgerButton from '..';

describe('<HamburgerButton />', () => {
Expand Down

0 comments on commit f64e3ee

Please sign in to comment.