refactor(pages): move pages to handlers package

This commit is contained in:
Guz
2024-10-22 10:09:23 -03:00
parent 50e0ee7bcb
commit 5448517b67
7 changed files with 50 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
PORT?=8080
lint:
lint: build/templ
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1 run
npx eslint .