"use client"; import { ErrorState } from "@/components/states/error-state"; export default function Error() { return (
); }