diff --git a/src/config.js b/src/config.js index d759ff5..945c80c 100644 --- a/src/config.js +++ b/src/config.js @@ -34,4 +34,8 @@ export const restaurantTypes = [ "żydowska", "mieszane", "inna", - ]; \ No newline at end of file + ]; + + export const authErrorInterceptor = (error) => { + + } \ No newline at end of file