Skip to content

Instantly share code, notes, and snippets.

@maxloncar
Created September 15, 2023 12:55
Show Gist options
  • Save maxloncar/f4aecc00c885cfe716afdcb8e39d6deb to your computer and use it in GitHub Desktop.
Save maxloncar/f4aecc00c885cfe716afdcb8e39d6deb to your computer and use it in GitHub Desktop.
Different routes under the same folder
├── app/
| ├── (auth)/
| | | login/
| | | ├── page.tsx
| | | register/
| | | ├── page.tsx
| | ├── layout.tsx // Auth level layout
| | ├── error.tsx // Auth level error handling page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment