import { BigWheelView } from "basic"; @Component export struct SecondView { build() { BigWheelView() } }