diff --git a/src/app/error.tsx b/src/app/error.tsx index 6aa3167..9adafe1 100644 --- a/src/app/error.tsx +++ b/src/app/error.tsx @@ -1,5 +1,6 @@ "use client"; // Error components must be Client Components -import styles from "./page.module.css"; + +import styles from "./error.module.css"; type Props = { error: Error; reset: () => void };