mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 01:35:32 +00:00
First Page
This commit is contained in:
9
app/pages.go
Normal file
9
app/pages.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package app
|
||||
|
||||
import "github.com/Theodor-Springmann-Stiftung/musenalm/pagemodels"
|
||||
|
||||
var pages []pagemodels.IPage
|
||||
|
||||
func Register(page pagemodels.IPage) {
|
||||
pages = append(pages, page)
|
||||
}
|
||||
Reference in New Issue
Block a user