delete commented code

This commit is contained in:
Daniel Barlow 2024-11-03 18:48:01 +00:00
parent 5f162a95bc
commit f581107869

View File

@ -75,11 +75,8 @@ var app = Elm.Main.init({
<p>Copyright &copy; 2024 Daniel Barlow
|]
-- data File = File
data FileForm = FileForm
{ fileInfo :: FileInfo
-- , fileDescription :: Text
}
type Form x = Html -> MForm (HandlerFor Souplesse) (FormResult x, Widget)