import React from 'react'; import TopListBody from './components/topListBody'; import MusicBar from '@/components/musicBar'; import VerticalSafeAreaView from '@/components/base/verticalSafeAreaView'; import globalStyle from '@/constants/globalStyle'; import HorizontalSafeAreaView from '@/components/base/horizontalSafeAreaView.tsx'; import AppBar from '@/components/base/appBar'; export default function TopList() { return ( 榜单 ); }