Commit 972fcbe1 authored by Sudhir Kumar's avatar Sudhir Kumar

separate out layout into its own file

parent 9cc53816
This diff is collapsed.
This diff is collapsed.
......@@ -11,7 +11,8 @@ import DOM.HTML.Window (document) as DOM
import DOM.Node.ParentNode (QuerySelector(..))
import DOM.Node.ParentNode (querySelector) as DOM
import Data.Maybe (fromJust)
import Gargantext.Navigation (dispatchAction, initAppState, layoutSpec)
import Gargantext.Layout (dispatchAction, layoutSpec)
import Gargantext.Navigation (initAppState)
import Gargantext.Router (routeHandler, routing)
import Network.HTTP.Affjax (AJAX)
import Partial.Unsafe (unsafePartial)
......
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