Skip to content

Commit fc1eab1

Browse files
committed
fix: fixed lit-functions import path in test:app:ts
1 parent 4299e00 commit fc1eab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-component-tests/src/my-element.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { html, css, PropertyValues } from "lit";
22
import litLogo from './assets/lit.svg'
33
import viteLogo from '/vite.svg'
4-
import component, { Props } from "../../src";
4+
import component, { Props } from "../../lit-functions/src";
55

66
const style = css`
77
:host {

0 commit comments

Comments
 (0)