rsnext/test/integration/required-server-files-ssr-404/pages/404.js

4 lines
61 B
JavaScript
Raw Normal View History

export default function NotFound() {
return 'custom 404'
}