1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 20:19:47 +00:00
Files
pocket-id/backend/frontend/shared.go
2025-05-24 22:55:46 +02:00

6 lines
103 B
Go

package frontend
import "errors"
var ErrFrontendNotIncluded = errors.New("frontend is not included")