feat: massive refactor

This commit is contained in:
Nick 2024-12-15 02:31:26 -06:00
parent c619757eff
commit fc7b85afc1
214 changed files with 4764 additions and 4716 deletions

View file

@ -2,7 +2,6 @@ module Config.Helpers.Response exposing (..)
import Config.Style.Colour exposing (colourTheme)
import Element as E exposing (..)
import Element.Background as B
topLevelContainer : Element msg -> Element msg
@ -10,8 +9,7 @@ topLevelContainer =
el
[ width fill
, height fill
, B.color colourTheme.backgroundLightGrey
, height fill
, explain Debug.todo
, scrollbarY
]