Skip to content

Commit 9bceaa8

Browse files
committed
Adding additional folder in the readme
1 parent 4005e4c commit 9bceaa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ resources/js/
5151
├── hooks/ # Custom React hooks
5252
├── layouts/ # Application layouts
5353
├── lib/ # Utility functions and configurations
54-
└── pages/ # Page components
54+
├── pages/ # Page components
55+
└── types/ # Typescript definitions and interfaces
5556
```
5657

5758
**Components**

0 commit comments

Comments
 (0)