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

missing file

parent c7e0b728
module Gargantext.Pages.Corpus.Tabs.Trash where
import Data.Array (fold)
import Prelude hiding (div)
import React.DOM (h3, text)
import Thermite (PerformAction, Render, Spec, defaultPerformAction, simpleSpec)
type State = {}
initialState :: State
initialState = {}
type Action = Void
spec :: Spec State {} Action
spec = simpleSpec defaultPerformAction render
where
render :: Render State {} Action
render dispatch _ state _ = []
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