Fix lint errors

This commit is contained in:
Ian VanSchooten 2022-12-29 15:36:06 -05:00
parent 71d4cbad41
commit b7a2629b96
2 changed files with 2 additions and 1 deletions

View File

@ -104,6 +104,7 @@
"@jest/transform": "^29.3.1",
"@mdx-js/react": "^2.1.5",
"@storybook/blocks": "7.0.0-beta.16",
"@storybook/client-logger": "7.0.0-beta.16",
"@storybook/components": "7.0.0-beta.16",
"@storybook/csf-plugin": "7.0.0-beta.16",
"@storybook/csf-tools": "7.0.0-beta.16",

View File

@ -1,6 +1,6 @@
import { global as globalThis } from '@storybook/global';
import { html, LitElement } from 'lit';
import { styleMap } from 'lit-html/directives/style-map.js';
import { styleMap } from 'lit-html/directives/style-map';
const { customElements } = globalThis;