#93 - delete unnecessary file

This commit is contained in:
EwelinaLasowy 2022-03-28 11:09:58 +02:00
parent 168872183d
commit 6129a384a6

View File

@ -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,
}
}