Skip to content

Commit

Permalink
Rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Sep 25, 2024
1 parent d1e5346 commit 8f35a78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/__tests__/useRankedSafeApps.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { renderHook } from '@/tests/test-utils'
import { useRankedSafeApps } from '@/hooks/safe-apps/useRankedSafeApps'
import type { SafeAppData } from '@safe-global/safe-gateway-typescript-sdk'
import { SafeAppsTag } from '@/config/constants'

const getMockSafeApp = (props: Partial<SafeAppData>) => {
return {
Expand Down

0 comments on commit 8f35a78

Please sign in to comment.