Files
bunext/dist/presets/components/head.js
T
2026-03-24 07:18:57 +01:00

5 lines
165 B
JavaScript

import { jsx as _jsx } from "react/jsx-runtime";
export default function Head({ children, ...props }) {
return _jsx("head", { ...props, children: children });
}