JSTQL-JS-Transform/output_testing/694Note.js

9 lines
200 B
JavaScript
Raw Normal View History

'use client';
var React = 'react' |> require(%);
function Note() {
return 'This component was exported on a commonJS module and imported into ESM as a named import.';
}
module.exports = {
Note
};