I don't see how this could possibly work... this module does not exist on npm at all...

This commit is contained in:
Norbert de Langen 2022-07-01 01:55:13 +02:00
parent 2097011d5f
commit e2fda25414
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -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;