feat: refactored a shit ton of stuff

This commit is contained in:
Nick 2024-12-09 20:30:04 -06:00
parent fbdfde8680
commit 7704839038
20 changed files with 54 additions and 45 deletions

View file

@ -3,7 +3,7 @@ module Pages.Contact exposing (Model, Msg, page)
import Config.Data.Identity exposing (pageNames)
import Config.Format.Response
exposing
( pageListDesktop
( pageList
, topLevelContainer
)
import Config.Helpers.Viewport exposing (resetViewport)
@ -99,7 +99,7 @@ contactContainer device =
contactList : Device -> Element msg
contactList device =
column pageListDesktop <|
column pageList <|
List.concat
(case ( device.class, device.orientation ) of
_ ->