export errors on default obj

This commit is contained in:
Lachlan Kermode
2018-12-11 11:56:36 +00:00
parent 4151d68f2e
commit b2276c694e

View File

@@ -11,3 +11,9 @@ export function noFragment (parts) {
export function noResource (parts) {
return new Error(copy.errors.noResource(parts))
}
export default {
modelLayerGeneric,
noFragment,
noResource
}