Skip to content

Commit

Permalink
Run linter & formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairaziz committed Jan 13, 2025
1 parent 294b360 commit eeccc05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react/tests/components/QuilttContainer.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { render } from '@testing-library/react'
import { beforeEach, describe, expect, it, vi } from 'vitest'

import { render } from '@testing-library/react'

import { QuilttContainer } from '@/components'
import { useQuilttConnector } from '@/hooks/useQuilttConnector'

Expand Down

0 comments on commit eeccc05

Please sign in to comment.