mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 16:49:42 +00:00
6 lines
103 B
Go
6 lines
103 B
Go
package frontend
|
|
|
|
import "errors"
|
|
|
|
var ErrFrontendNotIncluded = errors.New("frontend is not included")
|