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 5 additions and 0 deletions
Showing only changes of commit 22940d952c - Show all commits

5
models/home.go Normal file
View File

@ -0,0 +1,5 @@
package models
type SettingsViewModel struct {
DarkMode string
}