Several modifications have been made to the styles and structure of the Loading, Docs Navigation, and Pricing Table components. For Loading component, GlobalLoader is now wrapped in a function. Visual changes were also made to the Docs Navigation buttons and the Pricing Table elements layout and text styles, to improve the overall look and feel of the interfaces.
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
import { GlobalLoader } from '@kit/ui/global-loader';
|
|
|
|
export default function Loading() {
|
|
return <GlobalLoader fullPage />;
|
|
}
|