next.js/test/e2e/app-dir/actions/app/file/error.js
error.js10 lines134 B
'use client'

export default function Error() {
  return (
    <div>
      <h2 id="error">Something went wrong!</h2>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN