feat: display runs and create run and update run endpoint
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
import { LoaderIcon } from "lucide-react";
|
||||
import * as React from "react";
|
||||
|
||||
export function LoadingIcon() {
|
||||
return <LoaderIcon size={14} className="ml-2 animate-spin" />;
|
||||
}
|
||||
Reference in New Issue
Block a user