examples: remove `with-storybook-styled-jsx-scss` (#73228)
## Description
Follow up [the
comment](https://github.com/vercel/next.js/pull/70567#issuecomment-2389725084)
in #70567.
> Let's go ahead and remove these Babel `style-jsx-...` examples. It's
getting an error, and it's likely not worth the effort to fix/keep
around as an example.
In addition,
[with-storybook-styled-jsx-scss](https://github.com/vercel/next.js/tree/canary/examples/with-storybook-styled-jsx-scss)
example is no longer needed because the common [storybook
example](https://github.com/vercel/next.js/tree/canary/examples/with-storybook)
exists.
### Adding or Updating Examples
- [x] The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- [x] Make sure the linting passes by running `pnpm build && pnpm lint`.
See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md
Co-authored-by: Sam Ko <sam@vercel.com>