#93 - delete unnecessary file
This commit is contained in:
		| @@ -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, | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user