import { BigWheelView } from "../components/bigwheel/BigWheelView"; @Component export struct ThirdView { build() { BigWheelView() } }