From b3052af7120f7938b78204903c28a7472cd09479 Mon Sep 17 00:00:00 2001 From: Foil-hat-guy Date: Tue, 15 Apr 2025 00:12:41 +0300 Subject: [PATCH] Fixed typo in the module name. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 193b419..de9159e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module code.foilhatguy.casa/ui +module code.foilhatguy.casa/pub/ui go 1.19