fix: error page in workflow run

This commit is contained in:
BennyKok
2024-01-19 17:24:04 +08:00
parent 85618c8470
commit 544de57628
6 changed files with 76 additions and 60 deletions
+5
View File
@@ -0,0 +1,5 @@
"use client";
import { ErrorFullPage } from "@/components/docs/ErrorPage";
export default ErrorFullPage;