cleans up project structure

This commit is contained in:
2019-12-05 22:01:16 +01:00
parent 2c3f4ffc57
commit eb04c4f2b4
10 changed files with 78 additions and 1474 deletions

View File

@@ -2,10 +2,10 @@ module Page.GroupChest exposing (Model, Msg(..), init, update, view)
import Api exposing (HttpResult, Loot)
import Bulma as B
import Chest exposing (Chest)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import Page.Chest as Chest exposing (Chest)
import Session exposing (Session, User(..))