Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Dec 12, 2024
1 parent 73e7713 commit 3bbb5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scaffold-ui/test/views/w3m-connect-view.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { W3mConnectView } from '../../src/views/w3m-connect-view/index'
import { describe, it, expect, vi, beforeEach } from 'vitest'
import { elementUpdated, fixture } from '@open-wc/testing'
import { fixture } from '@open-wc/testing'
import { html } from 'lit'
import { HelpersUtil } from '../utils/HelpersUtil'
import {
Expand Down

0 comments on commit 3bbb5b1

Please sign in to comment.