UNPKG

nextjs-panel

Version:

Schema-based admin panel generator for Next.js using Prisma and React components.

6 lines (5 loc) 226 B
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime"; import HeroSection from "@/utils/Home/HeroSection"; export default function Home() { return (_jsx(_Fragment, { children: _jsx(HeroSection, {}) })); }