test: remove deleted examples (#72374)
# Summary
Update
[`example.test.ts`](https://github.com/vercel/next.js/blob/canary/test/examples/examples.test.ts)
and
[`turbopack-dev-examples-manifest.json`](https://github.com/vercel/next.js/blob/canary/test/turbopack-dev-examples-manifest.json)
by removing deleted examples.
## Descriptions
[examples: cleanup #57845](https://github.com/vercel/next.js/pull/57845)
deleted ...
- amp-first
- amp-story
- data-fetch
- fast-refresh-demo
- hello-world-esm
- progressive-render
- using-router
- with-app-layout
- with-env-from-next-config-js
- with-loading
[updated the example of modularize-imports to utilize the App Router
#69771](https://github.com/vercel/next.js/pull/69771) deleted ...
- modularize-imports
[docs: Add docs on CSP and nonce generation
#54601](https://github.com/vercel/next.js/pull/54601/files) deleted ...
- styled-jsx-with-csp
[Updated the example of with-draft-js to utilize the App Router.
#70045](https://github.com/vercel/next.js/pull/70045) deleted ...
- with-draft-js
[Remove deprecated library example
#62813](https://github.com/vercel/next.js/pull/62813) deleted ...
- with-react-with-styles
[Remove with-reasonml-todo example
#62812](https://github.com/vercel/next.js/pull/62812/files) deleted ...
- with-reasonml-todo
[Remove with-semantic-ui example
#62811](https://github.com/vercel/next.js/pull/62811/files) deleted ...
- with-semantic-ui
[Updated the example of with-vercel-fetch to utilize the App Router.
#70069](https://github.com/vercel/next.js/pull/70069) deleted ...
- with-vercel-fetch
Co-authored-by: JJ Kasper <jj@jjsweb.site>