Fix babel warnings about ts types re-export

This commit is contained in:
SleepWalker
2019-12-25 12:01:12 +02:00
parent f72c880ad1
commit 8db75ac8c8
8 changed files with 446 additions and 9 deletions

View File

@@ -1 +1,3 @@
export { State as AuthState } from './reducer';
import { State } from './reducer';
export type AuthState = State;