Unified Account and Workspace drop-downs; Layout updates, now header lives within the PageBody component; Sidebars now use floating variant
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
import { GlobalLoader } from '@kit/ui/global-loader';
|
|
|
|
export default function Loading() {
|
|
return <GlobalLoader fullPage />;
|
|
}
|