features/client-side-settings #3

Merged
jtom38 merged 12 commits from features/client-side-settings into main 2024-04-14 19:40:30 -07:00
1 changed files with 2 additions and 6 deletions
Showing only changes of commit 9dbd8e0e00 - Show all commits

View File

@ -1,9 +1,5 @@
package home
import "templ-test/views/layout"
templ SettingsUpdated() {
@layout.WithLayout("Settings Updated") {
<p>You are now free to move about the cabin. Thank you for saving with us!</p>
}
}
<p>You are now free to move about the cabin. Thank you for saving with us!</p>
}