Commit e43bf542 authored by Abinaya Sudhir's avatar Abinaya Sudhir

Default navigation added

parent 56c42ac5
...@@ -34,7 +34,7 @@ type AppState = ...@@ -34,7 +34,7 @@ type AppState =
initAppState :: AppState initAppState :: AppState
initAppState = initAppState =
{ currentRoute : Just AddCorpus { currentRoute : Just Home
, landingState : L.initialState , landingState : L.initialState
, loginState : LN.initialState , loginState : LN.initialState
, addCorpusState : AC.initialState , addCorpusState : AC.initialState
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment