Started to implement most of the server side functionality

This commit is contained in:
2022-05-19 10:08:21 +01:00
parent a32d668ebd
commit d71d392377
5 changed files with 95 additions and 18 deletions
+2 -1
View File
@@ -5,10 +5,11 @@ import Json.Decode exposing (Decoder, field, string, map3)
import Browser
import Browser.Navigation exposing (..)
import Url
import Url
import Html exposing (..)
import Html.Attributes exposing (..)
main : Program () Model Msg
main =
Browser.application {
init = init,