We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4299e00 commit fc1eab1Copy full SHA for fc1eab1
ts-component-tests/src/my-element.ts
@@ -1,7 +1,7 @@
1
import { html, css, PropertyValues } from "lit";
2
import litLogo from './assets/lit.svg'
3
import viteLogo from '/vite.svg'
4
-import component, { Props } from "../../src";
+import component, { Props } from "../../lit-functions/src";
5
6
const style = css`
7
:host {
0 commit comments