"use client"; import Box from "@/components/Box"; const Error = () => { return (
Something went wrong.
); } export default Error;