New workflow table (#661)
This commit is contained in:
7
skyvern-frontend/src/components/BadgeLoading.tsx
Normal file
7
skyvern-frontend/src/components/BadgeLoading.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Skeleton } from "./ui/skeleton";
|
||||
|
||||
function BadgeLoading() {
|
||||
return <Skeleton className="h-7 w-24" />;
|
||||
}
|
||||
|
||||
export { BadgeLoading };
|
||||
Reference in New Issue
Block a user