Skip to content

Commit

Permalink
Updated the example of with-styled-jsx-scss to utilize the App Router. (
Browse files Browse the repository at this point in the history
#70567)

This PR updates the with-styled-jsx-scss example for using the App
Router.
Here are the changes that have been made:

- Renamed the "pages" folder to the "app" folder.
- Added the layout.tsx file as part of the App Router.
- Updated the package.json file.

CC: @samcx

---------

Co-authored-by: Sam Ko <sam@vercel.com>
  • Loading branch information
2 people authored and wyattjoh committed Nov 28, 2024
1 parent d853dca commit 962e60e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 153 deletions.
12 changes: 0 additions & 12 deletions examples/with-styled-jsx-scss/.babelrc

This file was deleted.

36 changes: 0 additions & 36 deletions examples/with-styled-jsx-scss/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions examples/with-styled-jsx-scss/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions examples/with-styled-jsx-scss/next-env.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions examples/with-styled-jsx-scss/package.json

This file was deleted.

26 changes: 0 additions & 26 deletions examples/with-styled-jsx-scss/pages/index.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions examples/with-styled-jsx-scss/tsconfig.json

This file was deleted.

0 comments on commit 962e60e

Please sign in to comment.