Commit fe058b47 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FACTO] dispatch on top of folder to dispatch...

parent 2ac2495b
module Gargantext.Layout.Dispatcher where
module Gargantext.Pages.Layout where
import Prelude hiding (div)
import Gargantext.Components.Login as LN
......
......@@ -12,8 +12,8 @@ import DOM.Node.ParentNode (QuerySelector(..))
import DOM.Node.ParentNode (querySelector) as DOM
import Data.Maybe (fromJust)
import Gargantext.Pages.Layout.Specs (layoutSpec)
import Gargantext.Layout.Dispatcher (dispatchAction)
import Gargantext.Pages.Layout (dispatchAction)
import Gargantext.Pages.Layout.Specs (layoutSpec)
import Gargantext.Pages.Layout.States (initAppState)
import Gargantext.Router (routeHandler, routing)
......
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