mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:21:07 +08:00
I don't see how this could possibly work... this module does not exist on npm at all...
This commit is contained in:
parent
2097011d5f
commit
e2fda25414
@ -1,8 +1,9 @@
|
||||
import global from 'global';
|
||||
import dedent from 'ts-dedent';
|
||||
import { RenderContext } from '@storybook/store';
|
||||
import type { RenderContext } from '@storybook/store';
|
||||
// @ts-ignore
|
||||
import Component from '@ember/component'; // eslint-disable-line import/no-unresolved
|
||||
import { OptionsArgs, EmberFramework } from './types';
|
||||
import Component from '@ember/component';
|
||||
|
||||
const { window: globalWindow, document } = global;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user