WICG / webmonetization

Proposed Web Monetization standard
https://webmonetization.org
Other
466 stars 152 forks source link

Fix import path for Link component #313

Closed huijing closed 1 year ago

huijing commented 1 year ago

Closes https://github.com/WICG/webmonetization/issues/312

This PR resolves the error caused by Link component not imported correctly, hence causing the build to fail. Pages render as expected after updating the import path. BrowserOnly is unnecessary and was removed.