[highlight] small refactor

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