Move ToastType to its own file to avoid importing electron in storybooks
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { ConversationAttributesType } from '../model-types';
|
||||
|
||||
import { ToastType } from '../state/ducks/toast';
|
||||
import { ToastType } from '../types/Toast';
|
||||
import {
|
||||
isDirectConversation,
|
||||
isGroupV1,
|
||||
|
Reference in New Issue
Block a user