licoy 1 anno fa
parent
commit
a51fb24f36
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      app/components/error.tsx

+ 2 - 0
app/components/error.tsx

@@ -1,3 +1,5 @@
+"use client";
+
 import React from "react";
 import { IconButton } from "./button";
 import GithubIcon from "../icons/github.svg";