Files
ViGent2/frontend/src/app/page.tsx
Kevin Wong b2c1042c5c 更新
2026-02-04 18:04:17 +08:00

6 lines
115 B
TypeScript

import { HomePage } from "@/features/home/ui/HomePage";
export default function Page() {
return <HomePage />;
}