./
├── src/
│ ├── App.css
│ ├── App.test.tsx
│ ├── App.tsx
│ ├── components/
│ │ ├── Chat.tsx
│ │ ├── DashBoard.tsx
│ │ ├── Header.tsx
│ │ ├── NewChatForm.tsx
│ │ ├── chat_list/
│ │ └── graph/
│ ├── index.css
│ ├── index.tsx
│ ├── logo.svg
│ ├── network/
│ │ └── http.js
│ ├── react-app-env.d.ts
│ ├── reportWebVitals.ts
│ ├── service/
│ │ └── chat.ts
│ └── setupTests.ts
├── tailwind.config.js
├── tsconfig.json
└── yarn.lock
$ brew install tree
$ tree --help
$ tree -L 2 -F