added a custom viewmodel for SettingsView
This commit is contained in:
parent
a4d5b7ade3
commit
22940d952c
5
models/home.go
Normal file
5
models/home.go
Normal file
@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type SettingsViewModel struct {
|
||||
DarkMode string
|
||||
}
|
Loading…
Reference in New Issue
Block a user