add basic survey intro

This commit is contained in:
Robin Olsen
2026-02-16 12:17:16 +01:00
parent eb8427ea46
commit 1fe92d1972
2 changed files with 80 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ import (
func main() {
ctx := context.Background()
if err := newIntroModel().Run(); err != nil {
log.Fatalf("Failed to run intro screen: %v\n", err)
}
svc, close, err := initializeServices(ctx)
if err != nil {
log.Fatalf("Failed to initialize services: %v\n", err)