diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-27 23:55:31 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-27 23:55:31 +0200 |
commit | a55cfe8205d5cb2fb0948c173f23ad71d6614d13 (patch) | |
tree | 386a341b3bcc543ca8ac7bfe7ff944cac669fe25 /view/login.templ | |
parent | df3068728abacfc98fa19f3dba62b35f65aea731 (diff) |
Rename everything to locker/lock
Diffstat (limited to 'view/login.templ')
-rw-r--r-- | view/login.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/login.templ b/view/login.templ index 3450e01..56e003c 100644 --- a/view/login.templ +++ b/view/login.templ @@ -1,7 +1,7 @@ package view
import (
- "stevenlr.com/timer/model"
+ "stevenlr.com/locker/model"
)
templ LoginFormError(currentUser *model.User, err string) {
|