import Live2D from '@/components/Live2D' import Announcement from './Announcement' import Catalog from './Catalog' export const SideBar = (props) => { const { notice } = props return (<> >) }