dotfiles/templates/website/frontend/src/Config/Helpers/Response.elm
2025-10-01 19:51:55 -05:00

10 lines
234 B
Elm
Executable file

module Config.Helpers.Response exposing (..)
import Config.Style.Colour.Helpers exposing (..)
import Element as E exposing (..)
import Element.Background as B exposing (color)
import Html.Attributes exposing (style)
dummy =
[]