"use client"; export default function Error() { return (
Something went wrong
); }