import React from "react";
import HomePage from '@/app/home'
export default function Home() {
return (
<HomePage/>
);
}