// nextjs/withLicense.js import { LicenseProvider } from '../react/LicenseProvider'; const withLicense = (Component, { userId, licenseKey }) => (props) => ( ); export default withLicense;