chore: code cleaning (#21)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
'use client';
|
||||
|
||||
export default function ErrorMessage() {
|
||||
export const ErrorMessage = () => {
|
||||
return 'Oops. Something went wrong. Please try later :(';
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user