Browse Source

fix ts error

licoy 1 năm trước cách đây
mục cha
commit
a51fb24f36
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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";