From 2f22e667fbea56884d74ed27777f2e9f3fc9fd53 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Thu, 27 Sep 2018 15:40:30 +0200 Subject: Starting to separate background and popup code. --- src/Struct/ServerReply.elm | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/Struct/ServerReply.elm (limited to 'src/Struct/ServerReply.elm') diff --git a/src/Struct/ServerReply.elm b/src/Struct/ServerReply.elm deleted file mode 100644 index f0530d8..0000000 --- a/src/Struct/ServerReply.elm +++ /dev/null @@ -1,29 +0,0 @@ -module Struct.ServerReply exposing (Type(..)) - --- Elm ------------------------------------------------------------------------- - --- ------------------------------------------------------------------- -import Struct.BattleSummary - --------------------------------------------------------------------------------- --- TYPES ----------------------------------------------------------------------- --------------------------------------------------------------------------------- - -type Type = - Okay - | SetID String - | SetUsername String - | SetBattles - ( - (List Struct.BattleSummary.Type), - (List Struct.BattleSummary.Type), - (List Struct.BattleSummary.Type) - ) - --------------------------------------------------------------------------------- --- LOCAL ----------------------------------------------------------------------- --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- --- EXPORTED -------------------------------------------------------------------- --------------------------------------------------------------------------------- -- cgit v1.2.3-70-g09d2