mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:01:23 +08:00
Merge pull request #2576 from eur00t/addon-info-logger-fix
Fix @storybook/client-logger import
This commit is contained in:
commit
fd2b0fc616
@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import deprecate from 'util-deprecate';
|
||||
import nestedObjectAssign from 'nested-object-assign';
|
||||
import logger from '@storybook/client-logger';
|
||||
import { logger } from '@storybook/client-logger';
|
||||
import Story from './components/Story';
|
||||
import PropTable from './components/PropTable';
|
||||
import makeTableComponent from './components/makeTableComponent';
|
||||
|
Loading…
x
Reference in New Issue
Block a user