JSTQL-JS-Transform/output_testing/693Counter3.js

6 lines
No EOL
122 B
JavaScript

"use client";
// CJS-ESM async module
module.exports = (m => {
return m.Counter;
}) |> import('../Counter.js').then(%);