We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c3136 commit 4f8a159Copy full SHA for 4f8a159
README.md
@@ -36,13 +36,13 @@ About the application technologies and operation:
36
37
### FrontEnd Application solution structure:
38
39
-- **./src/Footer**:
+- **./src/app/Footer**:
40
- Includes the Footer on the page.
41
-- **./src/Header**:
+- **./src/app/Header**:
42
- Includes the Navigation Bar on the page.
43
-- **./src/PageNotFound**:
+- **./src/app/PageNotFound**:
44
- Contains an item that the application loads if you navigate to the wrong URL.
45
-- **./src/Dashboard**:
+- **./src/app/Dashboard**:
46
- Contains the table of Users (AgGrid) on the page.
47
- Includes the Service that implements HTTP Calls on the BackEnd side.
48
- Includes ResponseModels for Server Side Responses.
0 commit comments