"use client" export default function Error({ error }: any) { // Don't return any content if error return null }