style: added shadcn-ui
This commit is contained in:
5
components/custom/error.tsx
Normal file
5
components/custom/error.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