import { HomeView } from "@/sections/home/view";

// ---------------------------------------------------------------

export default function Page() {
  return <HomeView />;
}
