6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import { LegacyPage } from "@/components/LegacyPage";
|
|
|
|
export default function HomePage() {
|
|
return <LegacyPage pageKey="home" />;
|
|
}
|