aboutsummaryrefslogtreecommitdiff
path: root/src/client/Model/View.elm
blob: ca819e394687dfeccfe62442cf5dbd564d64324c (plain)
1
2
3
4
5
6
7
8
9
10
module Model.View
  ( View(..)
  ) where

import Model.Payment exposing (Payments)

type View =
  LoadingView
  | PaymentView Payments
  | SignInView String