mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-03 19:25:19 +02:00
add rowboat app
This commit is contained in:
parent
b83b5f8a07
commit
10f76ef49f
117 changed files with 25370 additions and 0 deletions
7
apps/rowboat/app/loading.tsx
Normal file
7
apps/rowboat/app/loading.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { Spinner } from "@nextui-org/react";
|
||||
|
||||
export default function Loading() {
|
||||
// Stack uses React Suspense, which will render this page while user data is being fetched.
|
||||
// See: https://nextjs.org/docs/app/api-reference/file-conventions/loading
|
||||
return <Spinner size="sm" />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue