diff --git a/Makefile b/Makefile index e6e0949..fff732f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .DEFAULT_GOAL := build -include .env +-include .env export GO ?= go diff --git a/internal/components/layout.go b/internal/components/layout.go index 50f1574..2debf5e 100644 --- a/internal/components/layout.go +++ b/internal/components/layout.go @@ -123,11 +123,6 @@ func Layout(p LayoutProps, children ...htmx.Node) htmx.Node { "bg-base-200": false, }, }, - // AccountSwitch( - // AccountSwitchProps{ - // User: p.User, - // }, - // ), dividers.Divider( dividers.DividerProps{}, ),