module Web.View.Probes.New where import Web.View.Prelude data NewView = NewView { probe :: Probe } instance View NewView where html NewView { .. } = [hsx|