Updating to latest pagoda release

This commit is contained in:
Cam Zalewski 2026-05-20 08:00:26 +00:00
parent 05cf6c8318
commit 4d5d45d1a4
111 changed files with 358 additions and 1535 deletions

View file

@ -1,9 +1,9 @@
package components
import (
"github.com/mikestefanello/pagoda/pkg/msg"
"github.com/mikestefanello/pagoda/pkg/ui"
"github.com/mikestefanello/pagoda/pkg/ui/icons"
"github.com/camzawacki/personal-site/pkg/msg"
"github.com/camzawacki/personal-site/pkg/ui"
"github.com/camzawacki/personal-site/pkg/ui/icons"
. "maragu.dev/gomponents"
. "maragu.dev/gomponents/html"
)

View file

@ -1,8 +1,8 @@
package components
import (
"github.com/mikestefanello/pagoda/pkg/form"
"github.com/mikestefanello/pagoda/pkg/ui"
"github.com/camzawacki/personal-site/pkg/form"
"github.com/camzawacki/personal-site/pkg/ui"
. "maragu.dev/gomponents"
. "maragu.dev/gomponents/html"
)

View file

@ -3,7 +3,7 @@ package components
import (
"strings"
"github.com/mikestefanello/pagoda/pkg/ui"
"github.com/camzawacki/personal-site/pkg/ui"
. "maragu.dev/gomponents"
. "maragu.dev/gomponents/html"
)

View file

@ -3,7 +3,7 @@ package components
import (
"fmt"
"github.com/mikestefanello/pagoda/pkg/ui"
"github.com/camzawacki/personal-site/pkg/ui"
. "maragu.dev/gomponents"
. "maragu.dev/gomponents/html"
)

View file

@ -3,8 +3,8 @@ package components
import (
"fmt"
"github.com/mikestefanello/pagoda/pkg/pager"
"github.com/mikestefanello/pagoda/pkg/ui"
"github.com/camzawacki/personal-site/pkg/pager"
"github.com/camzawacki/personal-site/pkg/ui"
. "maragu.dev/gomponents"
. "maragu.dev/gomponents/components"
. "maragu.dev/gomponents/html"