mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-12 00:32:38 +02:00
add loading state for workflow
This commit is contained in:
parent
9219590d64
commit
1bfcf69baf
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
"use client";
|
||||
import { Spinner } from "@heroui/react";
|
||||
|
||||
export default function Loading() {
|
||||
return <div className="flex flex-col gap-4">
|
||||
<Spinner size="sm" />
|
||||
</div>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue