feat: refactored some stuff

This commit is contained in:
Nick 2024-12-11 03:48:49 -06:00
parent a7000d6302
commit d0617b7a90
41 changed files with 161 additions and 223 deletions

View file

@ -1,12 +1,13 @@
module Pages.Services.Coaching exposing (Model, Msg, page)
-- import Config.Pages.Services.Coaching.Helpers exposing (instructionMaker)
import Config.Data.Identity exposing (pageNames)
import Config.Format.Response
import Config.Helpers.Response
exposing
( pageList
, topLevelContainer
)
-- import Config.Pages.Services.Coaching.Helpers exposing (instructionMaker)
import Effect exposing (Effect)
import Element as E exposing (..)
import Html
@ -97,5 +98,5 @@ coachList device =
List.concat
(case ( device.class, device.orientation ) of
_ ->
[ [ ] ]
[ [] ]
)