Skip to content

Commit deee985

Browse files
fix linting error in r2wc package
1 parent 674ddd8 commit deee985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-to-web-component/src/react-to-web-component.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PropTypes from "prop-types"
44
import React from "react"
55
import { describe, it, expect, assert } from "vitest"
66

7-
import type { R2WCElement } from '@r2wc/core'
7+
import { R2WCElement } from '@r2wc/core'
88

99
import r2wc from "./react-to-web-component"
1010

0 commit comments

Comments
 (0)