mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix babel warnings about ts types re-export
This commit is contained in:
@@ -1 +1,3 @@
|
||||
export { State as AuthState } from './reducer';
|
||||
import { State } from './reducer';
|
||||
|
||||
export type AuthState = State;
|
||||
|
||||
Reference in New Issue
Block a user