Move dashboard to client components. (#26)
* Move to client components * Move to client components * Fix create team
This commit is contained in:
9
apps/web/src/components/FullScreenLoading.tsx
Normal file
9
apps/web/src/components/FullScreenLoading.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Logo } from "@unsend/ui/src/logo";
|
||||
|
||||
export const FullScreenLoading = () => {
|
||||
return (
|
||||
<div className="flex items-center justify-center min-h-screen">
|
||||
<Logo className="w-10 h-10" />
|
||||
</div>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user