feat: add api generation

This commit is contained in:
BennyKok
2023-12-15 17:58:19 +08:00
parent e77da089d9
commit bbb7f398ab
15 changed files with 1213 additions and 45 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import { LiveStatus } from "./LiveStatus";
import { callServerPromise } from "@/components/MachineList";
import { callServerPromise } from "./callServerPromise";
import {
Dialog,
DialogContent,