Skip to content

Commit 5307a37

Browse files
AdrianGonz97yanick
authored andcommitted
fixed type import
1 parent 2302818 commit 5307a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Definitions by: Rahim Alwer <https://github.com/mihar-22>
44

55
import {queries, Queries, BoundFunction, EventType} from '@testing-library/dom'
6-
import { SvelteComponent, ComponentProps } from 'svelte/types/runtime'
6+
import { SvelteComponent, ComponentProps } from 'svelte'
77

88
export * from '@testing-library/dom'
99

0 commit comments

Comments
 (0)