added a custom viewmodel for SettingsView

This commit is contained in:
James Tombleson 2024-04-14 18:38:28 -07:00
parent a4d5b7ade3
commit 22940d952c
1 changed files with 5 additions and 0 deletions

5
models/home.go Normal file
View File

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