UNPKG

@mongez/gnz

Version:

Generator Z, the next generation of scaffolding tools.

6 lines (5 loc) 369 B
'use strict';var template=require('../generate-react-component/template.js');async function gnNextServerComponent(options) { const finalContent = `"use server"\n`; const reactComponent = await template.gnReactComponent(options); return finalContent + reactComponent; }exports.gnNextServerComponent=gnNextServerComponent;//# sourceMappingURL=template.js.map