• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • pages
  • PrivacySettingPage.ets
  • desc:关于界面UI · 30a6c9d9
    30a6c9d9 Browse Files
    yangsunyue authored 2024-03-18 10:42:59 +0800
PrivacySettingPage.ets 146 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import { AboutPageUI} from 'wdComponent';

@Entry
@Component
struct PrivacySettingPage {
  build() {
    Column(){
      AboutPageUI()
    }
  }
}