diff options
Diffstat (limited to 'internal/models.go')
| -rw-r--r-- | internal/models.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/models.go b/internal/models.go index 1fb0774..0ad4cfc 100644 --- a/internal/models.go +++ b/internal/models.go @@ -24,9 +24,3 @@ type PageData struct { Sections []string Content template.HTML } - -type SectionData struct { - Page string - Sections []string - Content template.HTML -} |