quiniela-sembradores-frontend/app/page.tsx

9 lines
137 B
TypeScript
Raw Normal View History

import React from "react";
import HomePage from '@/app/home'
2026-03-08 11:44:33 -06:00
export default function Home() {
return (
<HomePage/>
);
2026-03-08 11:44:33 -06:00
}