Rename everything to locker/lock
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
package view
|
||||
|
||||
import (
|
||||
"stevenlr.com/timer/model"
|
||||
"stevenlr.com/locker/model"
|
||||
)
|
||||
|
||||
templ Main(contents templ.Component, currentUser *model.User) {
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Cool timer app</title>
|
||||
<title>Cool locker app</title>
|
||||
<link rel="stylesheet" href="/static/style.css" />
|
||||
<script type="module" src="/static/ui-components.js"></script>
|
||||
<script src="/static/htmx.min.js"></script>
|
||||
|
Reference in New Issue
Block a user