Rename everything to locker/lock

This commit is contained in:
2024-04-27 23:55:31 +02:00
parent df3068728a
commit a55cfe8205
17 changed files with 335 additions and 328 deletions

View File

@ -1,7 +1,7 @@
package view
import (
"stevenlr.com/timer/model"
"stevenlr.com/locker/model"
)
templ LoginFormError(currentUser *model.User, err string) {