Skip to content

Commit 4f8a159

Browse files
Sullivan008Péter Kozák
authored and
Péter Kozák
committed
Update README.md file.
1 parent a9c3136 commit 4f8a159

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ About the application technologies and operation:
3636

3737
### FrontEnd Application solution structure:
3838

39-
- **./src/Footer**:
39+
- **./src/app/Footer**:
4040
- Includes the Footer on the page.
41-
- **./src/Header**:
41+
- **./src/app/Header**:
4242
- Includes the Navigation Bar on the page.
43-
- **./src/PageNotFound**:
43+
- **./src/app/PageNotFound**:
4444
- Contains an item that the application loads if you navigate to the wrong URL.
45-
- **./src/Dashboard**:
45+
- **./src/app/Dashboard**:
4646
- Contains the table of Users (AgGrid) on the page.
4747
- Includes the Service that implements HTTP Calls on the BackEnd side.
4848
- Includes ResponseModels for Server Side Responses.

0 commit comments

Comments
 (0)