Commit d52981e3 authored by Abinaya Sudhir's avatar Abinaya Sudhir

error resolved

parent 2a05d699
abinaya@abinaya-Lenovo-G50-80.4249:1520936150
\ No newline at end of file
module UserPage where module UserPage where
import Prelude hiding (div)
import Control.Monad.Eff.Console (CONSOLE) import Control.Monad.Eff.Console (CONSOLE)
import DOM (DOM) import DOM (DOM)
import Network.HTTP.Affjax (AJAX) import Network.HTTP.Affjax (AJAX)
import React.DOM (a, div, h3, h5, img, span, text) import Prelude hiding (div)
import React.DOM (a, div, h3, h5, img, small, span, text)
import React.DOM.Props (_id, className, src) import React.DOM.Props (_id, className, src)
import Thermite (PerformAction, Render, Spec, modifyState, simpleSpec) import Thermite (PerformAction, Render, Spec, modifyState, simpleSpec)
......
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