From 64ff4707fdcd81c27c6be9903c3c82bc543ef016 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 27 Mar 2017 10:18:40 +0200 Subject: Modelize punctual and monthly payment pages --- src/client/Utils/Form.elm | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/Utils') diff --git a/src/client/Utils/Form.elm b/src/client/Utils/Form.elm index 8d75a32..6793222 100644 --- a/src/client/Utils/Form.elm +++ b/src/client/Utils/Form.elm @@ -4,8 +4,6 @@ module Utils.Form exposing import Form exposing (Form) -import Model.Payment exposing (Frequency(..)) - fieldAsText : Form a b -> String -> String fieldAsText form field = Form.getFieldAsString field form -- cgit v1.2.3