Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
fe058b47
Commit
fe058b47
authored
Jul 17, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FACTO] dispatch on top of folder to dispatch...
parent
2ac2495b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Layout.purs
src/Gargantext/Pages/Layout.purs
+1
-1
Main.purs
src/Main.purs
+2
-2
No files found.
src/Gargantext/Pages/Layout
/Dispatcher
.purs
→
src/Gargantext/Pages/Layout.purs
View file @
fe058b47
module Gargantext.
Layout.Dispatcher
where
module Gargantext.
Pages.Layout
where
import Prelude hiding (div)
import Gargantext.Components.Login as LN
...
...
src/Main.purs
View file @
fe058b47
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment