Skip to content

Commit

Permalink
Updated the example of with-vercel-fetch to utilize the App Router. (#…
Browse files Browse the repository at this point in the history
…70069)

This PR updates the with-vercel-fetch 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: samcx <sam@vercel.com>
  • Loading branch information
PapatMayuri and samcx committed Sep 24, 2024
1 parent ac9a514 commit ac799c3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 137 deletions.
36 changes: 0 additions & 36 deletions examples/with-vercel-fetch/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions examples/with-vercel-fetch/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions examples/with-vercel-fetch/github.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions examples/with-vercel-fetch/next-env.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions examples/with-vercel-fetch/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions examples/with-vercel-fetch/pages/index.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions examples/with-vercel-fetch/tsconfig.json

This file was deleted.

0 comments on commit ac799c3

Please sign in to comment.