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
|
@ -17,7 +17,7 @@ import {
|
|||
UsernameReservationError,
|
||||
} from '../../../state/ducks/usernameEnums';
|
||||
import { actions } from '../../../state/ducks/username';
|
||||
import { ToastType } from '../../../state/ducks/toast';
|
||||
import { ToastType } from '../../../types/Toast';
|
||||
import { noopAction } from '../../../state/ducks/noop';
|
||||
import { reducer } from '../../../state/reducer';
|
||||
import { ReserveUsernameError } from '../../../types/Username';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue