diff options
Diffstat (limited to 'client/src/Component/Appearing.hs')
-rw-r--r-- | client/src/Component/Appearing.hs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/client/src/Component/Appearing.hs b/client/src/Component/Appearing.hs deleted file mode 100644 index e0144ca..0000000 --- a/client/src/Component/Appearing.hs +++ /dev/null @@ -1,10 +0,0 @@ -module Component.Appearing - ( view - ) where - -import Reflex.Dom (MonadWidget) -import qualified Reflex.Dom as R - -view :: forall t m a. MonadWidget t m => m a -> m a -view = - R.divClass "g-Appearing" |