Skip to content

Commit

Permalink
Run linter & formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairaziz committed Dec 19, 2024
1 parent 49a016e commit f37e6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/tests/utils/isDeepEqual.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest'
import { isDeepEqual } from '@/utils'
import { describe, expect, it } from 'vitest'

describe('isDeepEqual', () => {
// Primitive types
Expand Down

0 comments on commit f37e6fe

Please sign in to comment.