diff --git a/app/components/error.tsx b/app/components/error.tsx index 914740f96..c90997d11 100644 --- a/app/components/error.tsx +++ b/app/components/error.tsx @@ -1,3 +1,5 @@ +"use client"; + import React from "react"; import { IconButton } from "./button"; import GithubIcon from "../icons/github.svg";