feat: added cuckery

This commit is contained in:
Nick 2024-11-13 23:29:50 -06:00
parent 7e2cc9ef32
commit 74bc980a08
7 changed files with 207 additions and 3 deletions

View file

@ -3,6 +3,7 @@ module Pages.Home_ exposing (Model, Msg, page)
import Config.Colour as T exposing (..)
import Config.Format as O exposing (..)
import Config.Identity as I exposing (..)
import Cuckery.Types
import Effect exposing (Effect)
import Element exposing (..)
import Html.Attributes as H exposing (style)