feat: refactored a shit ton of stuff

This commit is contained in:
Nick 2024-12-09 22:11:15 -06:00
parent aa6413e78d
commit 38dd9ebbbb
3 changed files with 17 additions and 4 deletions

View file

@ -27,7 +27,11 @@ import Config.Style.Svgs
, upRootMedium
, upRootSmall
)
import Config.Style.Transitions exposing (transitionStyleMedium)
import Config.Style.Transitions
exposing
( hoverFontLightOrange
, transitionStyleMedium
)
import Effect exposing (Effect)
import Element as E exposing (..)
import Element.Background as B
@ -36,7 +40,11 @@ import Element.Events as Events
import Element.Font as F
import Element.Region exposing (description)
import Html exposing (Html)
import Html.Attributes as H exposing (class, style)
import Html.Attributes as H
exposing
( class
, style
)
import Layout exposing (Layout)
import Route exposing (Route)
import Shared