Move ToastType to its own file to avoid importing electron in storybooks

This commit is contained in:
Jamie Kyle
2022-12-14 16:48:36 -08:00
committed by GitHub
parent daf66f33da
commit 15efbde23d
18 changed files with 57 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ import type {
ReplacementValuesType,
ThemeType,
} from '../types/Util';
import { ToastType } from '../state/ducks/toast';
import { ToastType } from '../types/Toast';
import { filterAndSortConversationsByRecent } from '../util/filterAndSortConversations';
import { ConfirmationDialog } from './ConfirmationDialog';
import type { Row } from './ConversationList';