next.js/test/e2e/app-dir/app-external/app/mixed/import/client.js
client.js8 lines112 B
'use client'

import { value } from 'mixed-syntax-esm'

export function Client() {
  return 'client:' + value
}
Quest for Codev2.0.0
/
SIGN IN