Skip to content

Commit

Permalink
fix(readme.md): add missing import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Apr 13, 2024
1 parent 61af60e commit d342132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lit-override/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ The `<lit-override>` component provides an all-in-one approach to override marku
`host-app.ts`

```ts
import { injectStyles, injectTemplate } from '@waldronmatt/lit-override/utils/index.js';
import '@waldronmatt/lit-override/components/lit-override.js';

render() {
Expand Down

0 comments on commit d342132

Please sign in to comment.