Move ToastType to its own file to avoid importing electron in storybooks
This commit is contained in:
parent
daf66f33da
commit
15efbde23d
18 changed files with 57 additions and 49 deletions
|
@ -8,7 +8,7 @@ import classNames from 'classnames';
|
|||
|
||||
import type { ExecuteMenuRoleType } from './TitleBarContainer';
|
||||
import type { MenuOptionsType, MenuActionType } from '../types/menu';
|
||||
import type { ToastType } from '../state/ducks/toast';
|
||||
import type { ToastType } from '../types/Toast';
|
||||
import type { ViewStoryActionCreatorType } from '../state/ducks/stories';
|
||||
import type { ReplacementValuesType } from '../types/Util';
|
||||
import { ThemeType } from '../types/Util';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue