36ec2693创建于 2025年11月25日历史提交
import { AppContainer } from "@/components/app";

export default function Home() {
  return <AppContainer />
}