Skip to content

Commit

Permalink
fix: fixed lit-functions import path in test:app:ts
Browse files Browse the repository at this point in the history
  • Loading branch information
icsaba committed Jun 23, 2024
1 parent 4299e00 commit fc1eab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-component-tests/src/my-element.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { html, css, PropertyValues } from "lit";
import litLogo from './assets/lit.svg'
import viteLogo from '/vite.svg'
import component, { Props } from "../../src";
import component, { Props } from "../../lit-functions/src";

const style = css`
:host {
Expand Down

0 comments on commit fc1eab1

Please sign in to comment.