feat: initial commit
This commit is contained in:
@ -5,12 +5,14 @@ import (
|
||||
"context"
|
||||
"forge.cadoles.com/wpetit/kouiz/internal/http/form"
|
||||
common "forge.cadoles.com/wpetit/kouiz/internal/http/handler/webui/common/component"
|
||||
"forge.cadoles.com/wpetit/kouiz/internal/store"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/yuin/goldmark"
|
||||
"log/slog"
|
||||
)
|
||||
|
||||
type QuizPageVModel struct {
|
||||
Player *store.Player
|
||||
}
|
||||
|
||||
func NewQuizForm() *form.Form {
|
||||
|
@ -13,12 +13,14 @@ import (
|
||||
"context"
|
||||
"forge.cadoles.com/wpetit/kouiz/internal/http/form"
|
||||
common "forge.cadoles.com/wpetit/kouiz/internal/http/handler/webui/common/component"
|
||||
"forge.cadoles.com/wpetit/kouiz/internal/store"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/yuin/goldmark"
|
||||
"log/slog"
|
||||
)
|
||||
|
||||
type QuizPageVModel struct {
|
||||
Player *store.Player
|
||||
}
|
||||
|
||||
func NewQuizForm() *form.Form {
|
||||
|
Reference in New Issue
Block a user