diff --git a/client/src/app/error.tsx b/client/src/app/error.tsx new file mode 100644 index 00000000..c5b2337b --- /dev/null +++ b/client/src/app/error.tsx @@ -0,0 +1,17 @@ +"use client"; + +import NoData from "@/containers/no-data"; + +import CloudOff from "@/components/icons/cloud-off"; + +export default function ErrorPage() { + return ( +