mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:11:07 +08:00
Fix lint errors
This commit is contained in:
parent
71d4cbad41
commit
b7a2629b96
@ -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",
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user