Commit 855d0457 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] Corpus view.

parent 631124aa
...@@ -23,4 +23,6 @@ layout :: Spec {} {nodeId :: Int} Void ...@@ -23,4 +23,6 @@ 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 "Soon: corpus synthesis here (when all others charts/featurs will be stabilized)."] pure $ H.div {} [ H.h1 {} [H.text "Corpus Description"]
, H.p {} [H.text "Soon: corpus synthesis here (when all others charts/features 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