mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: refactored a shit ton of stuff
This commit is contained in:
parent
68be562bd3
commit
fbdfde8680
232 changed files with 2614 additions and 2532 deletions
|
@ -1,20 +1,19 @@
|
|||
module Pages.Contact exposing (Model, Msg, page)
|
||||
|
||||
import Config.Colour as T exposing (..)
|
||||
import Config.Format as O exposing (..)
|
||||
import Config.Identity as I exposing (..)
|
||||
import Config.Response exposing (..)
|
||||
import Config.Viewport exposing (..)
|
||||
import Contact.Helpers exposing (..)
|
||||
import Contact.Methods.Discord exposing (contactDiscord)
|
||||
import Contact.Methods.Email exposing (contactEmail)
|
||||
import Config.Data.Identity exposing (pageNames)
|
||||
import Config.Format.Response
|
||||
exposing
|
||||
( pageListDesktop
|
||||
, topLevelContainer
|
||||
)
|
||||
import Config.Helpers.Viewport exposing (resetViewport)
|
||||
import Config.Pages.Contact.Helpers exposing (..)
|
||||
import Config.Pages.Contact.Methods.Discord exposing (contactDiscord)
|
||||
import Config.Pages.Contact.Methods.Email exposing (contactEmail)
|
||||
import Effect exposing (Effect)
|
||||
import Element exposing (..)
|
||||
import Element.Font as F
|
||||
import Headers.Helpers exposing (..)
|
||||
import Headers.Pages.Contact exposing (contactHeader)
|
||||
import Html
|
||||
import Html.Attributes as H exposing (style)
|
||||
import Element as E exposing (..)
|
||||
import Config.Pages.Headers.Helpers exposing (..)
|
||||
import Config.Pages.Headers.Pages.Contact exposing (contactHeader)
|
||||
import Layouts
|
||||
import Page exposing (Page)
|
||||
import Route exposing (Route)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue