feat: Implement service worker for IPFS vault

This commit is contained in:
Prad Nukala
2024-10-07 20:13:38 -04:00
parent fa7b11198e
commit c608a067ed
34 changed files with 740 additions and 758 deletions
+8
View File
@@ -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