I just want to write a simple auth redirect onEnter function like below: ``` js function requireAuth(nextState, replaceState) { } ``` But I can't find a way to get the store here. Anyone have thought on this?