Files
biiproject-kit-v1/stubs/nwidart-stubs/inertia/component-react.stub
T

8 lines
145 B
Plaintext

export default function $COMPONENT_NAME$({ }) {
return (
<div>
{/* $COMPONENT_NAME$ component */}
</div>
)
}