mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added contacts
This commit is contained in:
parent
9a4c92d0cf
commit
8b0c2b632e
27 changed files with 3899 additions and 279 deletions
|
@ -1,8 +1,10 @@
|
|||
module Pages.Donate exposing (Model, Msg, page)
|
||||
|
||||
import Browser.Dom as Dom
|
||||
import Config.Colour as T exposing (..)
|
||||
import Config.Format as O exposing (..)
|
||||
import Config.Identity as I exposing (..)
|
||||
import Config.Viewport exposing (..)
|
||||
import Donate.Helpers exposing (..)
|
||||
import Donate.Methods.Cardano exposing (donateCardano)
|
||||
import Donate.Methods.KoFi exposing (donateKoFi)
|
||||
|
@ -24,6 +26,7 @@ import Layouts
|
|||
import Page exposing (Page)
|
||||
import Route exposing (Route)
|
||||
import Shared exposing (..)
|
||||
import Task
|
||||
import View exposing (View)
|
||||
|
||||
|
||||
|
@ -54,7 +57,9 @@ type alias Model =
|
|||
init : () -> ( Model, Effect Msg )
|
||||
init () =
|
||||
( {}
|
||||
, Effect.none
|
||||
, Effect.map
|
||||
(\_ -> NoOp)
|
||||
(Effect.sendCmd resetViewport)
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue