File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ project-root/
6060│ │ └── userModel.js
6161│ ├── routes/
6262│ │ ├── characterRoutes.js
63- │ │ └── publicRoutes.js
63+ │ │ ├── publicRoutes.js
64+ │ │ └── userProfile.js
6465│ ├── app.js
6566│ └── package.json
6667├── frontend/
@@ -74,9 +75,6 @@ project-root/
7475│ │ │ │ ├── ButtonSvg.jsx
7576│ │ │ │ ├── SpaceBtn.jsx
7677│ │ │ │ └── SpaceBtnSvg.jsx
77- │ │ │ ├── Characters.jsx
78- │ │ │ ├── CharacterDetail.jsx
79- │ │ │ └── CharacterForm.jsx
8078│ │ │ ├── form/
8179│ │ │ │ ├── ArrayInput.jsx
8280│ │ │ │ ├── CheckboxInput.jsx
@@ -90,10 +88,15 @@ project-root/
9088│ │ │ │ ├── nebulaCloud.js
9189│ │ │ │ └── star.js
9290│ │ │ └── utils/
91+ │ │ │ │ ├── api.js
92+ │ │ │ │ ├── auth.js
9393│ │ │ │ └── debounce.js
9494│ │ │ └── views/
9595│ │ │ │ ├── InfoPage.jsx
9696│ │ │ │ └── UserProfile.jsx
97+ │ │ │ ├── CharacterDetail.jsx
98+ │ │ │ ├── Characters.jsx
99+ │ │ │ └── CharacterForm.jsx
97100│ │ │ └── ViewRouter.jsx
98101│ │ ├── context/
99102│ │ │ ├── AppContext.jsx
You can’t perform that action at this time.
0 commit comments