aboutsummaryrefslogtreecommitdiff
path: root/client/src/Component.hs
blob: dea384ec72158f7c961921ed88c7250dc4391d75 (plain)
1
2
3
4
5
module Component (module X) where

import           Component.Button as X
import           Component.Input  as X
import           Component.Modal  as X