Skip to content

Commit

Permalink
removed redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
TSlashDreamy committed Sep 17, 2023
1 parent f6b1457 commit 3c48b8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'
import { render, fireEvent } from '@testing-library/react'
import '@testing-library/jest-dom/extend-expect' // For expect(...).toBeInTheDocument()
import TabNavigation from '~/components/tab-navigation/TabNavigation'

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

0 comments on commit 3c48b8d

Please sign in to comment.