#93 - delete unnecessary file
This commit is contained in:
parent
168872183d
commit
6129a384a6
@ -1,16 +0,0 @@
|
|||||||
const errors = [
|
|
||||||
{
|
|
||||||
'title': '404',
|
|
||||||
'description': 'Nie znaleziono strony',
|
|
||||||
},
|
|
||||||
]
|
|
||||||
|
|
||||||
export function useErrorInfo() {
|
|
||||||
const getErrors = () => errors
|
|
||||||
const findErrors = value => errors.find(error => error.value === value)
|
|
||||||
|
|
||||||
return {
|
|
||||||
getErrors,
|
|
||||||
findErrors,
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user