mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
fix
This commit is contained in:
parent
31f12cb25d
commit
1a571962d3
@ -1,6 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
// @ts-expect-error (importing a js file)
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore-error (importing a js file)
|
||||
import { imported } from '../imported';
|
||||
|
||||
const local = 'local-value';
|
||||
|
Loading…
x
Reference in New Issue
Block a user