'use client'; import HttpStatusPage from '@/components/HttpStatusPage'; export default function Error() { return ( Something went wrong ); }