mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 21:32:58 +03:00
6 lines
103 B
Go
6 lines
103 B
Go
package frontend
|
|
|
|
import "errors"
|
|
|
|
var ErrFrontendNotIncluded = errors.New("frontend is not included")
|