mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: Implement service worker for IPFS vault
This commit is contained in:
@@ -9,6 +9,14 @@ import (
|
||||
|
||||
type Models struct {
|
||||
Home *Home `pkl:"home"`
|
||||
|
||||
Register *ModalForm `pkl:"register"`
|
||||
|
||||
Login *ModalForm `pkl:"login"`
|
||||
|
||||
Authorize *ModalForm `pkl:"authorize"`
|
||||
|
||||
PrivacyConsent *ModalForm `pkl:"privacyConsent"`
|
||||
}
|
||||
|
||||
// LoadFromPath loads the pkl module at the given path and evaluates it into a Models
|
||||
|
||||
Reference in New Issue
Block a user