refactor: refactor authentication pages into their own modules

This commit is contained in:
Prad Nukala
2024-11-27 13:37:07 -05:00
parent 44027b9303
commit 74d8d516b3
79 changed files with 1621 additions and 5687 deletions
-12
View File
@@ -1,12 +0,0 @@
package models
type Metadata struct {
Title string `json:"title"`
Description string `json:"description"`
OpenGraphImage string `json:"openGraphImage"`
TwitterImage string `json:"twitterImage"`
Tags string `json:"tags"`
Category string `json:"category"`
Favicon string `json:"favicon"`
URL string `json:"url"`
}