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

[DOC] TEXT

parent 1a572a61
...@@ -23,4 +23,4 @@ layout :: Spec {} {nodeId :: Int} Void ...@@ -23,4 +23,4 @@ layout :: Spec {} {nodeId :: Int} Void
layout = R2.elSpec $ R.hooksComponent "CorpusLoader" cpt layout = R2.elSpec $ R.hooksComponent "CorpusLoader" cpt
where where
cpt {nodeId} _children = do cpt {nodeId} _children = do
pure $ H.div {} [H.text "Empty page"] pure $ H.div {} [H.text "Soon: corpus synthesis here (when all others charts/featurs will be stabilized)."]
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