Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(actions-common): remove flowtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Feb 18, 2018
1 parent 9a35cbe commit 7911160
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/common/actions/common/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
// @flow
export const LOCATION_CHANGE = '@@router/LOCATION_CHANGE'
export type LOCATION_CHANGE_TYPE = {
type: '@@router/LOCATION_CHANGE',
payload: {
pathname: string
}
}
// XXX: DONT USE INTERNAL REDUX STUFF! e.g. @@INIT is an internal action
// export const APP_INIT = '@@INIT'
export const APPLICATION_INIT = 'APPLICATION_INIT'
export type APPLICATION_INIT_TYPE = {
type: 'APPLICATION_INIT'
}

0 comments on commit 7911160

Please sign in to comment.