feat: logout route and button
This commit is contained in:
@@ -4,7 +4,12 @@ type baseData struct {
|
||||
Title string
|
||||
}
|
||||
|
||||
type headerData struct {
|
||||
Title string
|
||||
}
|
||||
|
||||
type pageData struct {
|
||||
Base baseData
|
||||
Content interface {}
|
||||
Content any
|
||||
Header headerData
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user