mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Move ToastType to its own file to avoid importing electron in storybooks
This commit is contained in:
@@ -6,7 +6,7 @@ import React from 'react';
|
||||
|
||||
import * as Errors from '../types/errors';
|
||||
import * as log from '../logging/log';
|
||||
import { ToastType } from '../state/ducks/toast';
|
||||
import { ToastType } from '../types/Toast';
|
||||
|
||||
export type Props = {
|
||||
children: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user