Skip to content

Commit

Permalink
chore: Update type imports in parse.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi committed May 12, 2024
1 parent b28e2c3 commit 55d7c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/__test__/parse.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import URLInfo from '../../interfaces/url'
import type URLInfo from '../../interfaces/url'
import parse from '../parse'

describe('utils/parse', () => {
Expand Down

0 comments on commit 55d7c21

Please sign in to comment.