fix warning

This commit is contained in:
2024-09-06 15:36:19 +08:00
parent bdfab3ab29
commit 7f9c4bc663
17 changed files with 40 additions and 60 deletions

View File

@@ -4,7 +4,7 @@ import { curves } from '@kit.ArkUI';
@Entry({ routeName: PageName.loadingPage })
@Component
export struct LoadingPage {
struct LoadingPage {
@State animate: boolean = false;
@State rotateValue: number = 0;