[highlight] small refactor

parent ec80891d
......@@ -13,6 +13,7 @@ import Reactix.DOM.HTML as H
import Gargantext.Prelude
import Gargantext.Utils.Reactix as R2
here :: R2.Here
here = R2.here "Gargantext.Components.AutoUpdate"
......
......@@ -42,6 +42,9 @@ import Toestand as T
-------------------------------------------------------------------------
here :: R2.Here
here = R2.here "Gargantext.Components.Document.Layout"
type Props =
( loaded :: LoadedData
......@@ -60,9 +63,6 @@ options =
{ sideControlsSlot: Nothing
}
here :: R2.Here
here = R2.here "Gargantext.Components.Document.Layout"
layout :: forall r. R2.OptLeaf Options Props r
layout = R2.optLeaf layoutCpt options
layoutCpt :: R.Component Props
......
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