Closed ellenxxxiao closed 6 months ago
Refactor structure into:
. └── uwa-orthodontics-app/ ├── frontend/ │ ├── src/ │ │ ├── App.jsx │ │ ├── App.css │ │ ├── index.css │ │ └── main.jsx │ ├── public │ ├── package.json │ ├── package-lock.json │ └── index.jsx └── backend/ └── src/ ├── bin/ ├── public ├── routes ├── views ├── app.js ├── package.json └── package-lock.json
Branch issue-8-refactor_repo_structure created!
Refactor structure into: