refactor: improve news and email handling, style, folder structure (#16)
This commit is contained in:
5
components/ErrorMessage.tsx
Normal file
5
components/ErrorMessage.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
'use client';
|
||||
|
||||
export default function ErrorMessage() {
|
||||
return 'Oops. Something went wrong. Please try later :(';
|
||||
}
|
||||
Reference in New Issue
Block a user