Created
September 15, 2023 12:55
-
-
Save maxloncar/f4aecc00c885cfe716afdcb8e39d6deb to your computer and use it in GitHub Desktop.
Different routes under the same folder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
├── 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