Skip to content

Commit df9cfd1

Browse files
committed
Merge branch 'dev' of https://github.com/Swift-Coding-Club/TogetherApp into feature/Community
2 parents a5cdf7a + aa78172 commit df9cfd1

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

README.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -176,41 +176,41 @@ let url = URL(string : "https://640de3d61a18a5db83827295.mockapi.io/shoes/id")
176176
│  │ │ │ 📂── ACarousel
177177
│  │ │ │ 📂── EditImage
178178
│  │ │ └─ 📂── ScreenSize
179-
│ │ 📂── UI
180-
│ │ │ 📂── View
181-
│   │ │ │ 📂── Component
182-
│  │ │   │ │ 📂── Alert
183-
│  │ │   │ │ 📂── Lanch
184-
│  │ │   │ │ 📂── List
185-
│  │ │   │ │ 📂── Lottie
186-
│  │ │   │ │ 📂── Page
187-
│  │ │   │ │ 📂── Search
188-
│  │ │   │ │ 📂── Share
189-
│  │ │   │ │ 📂── TextField
190-
│  │ │   │ └─ 📂── WebView
191-
│ │ │ │ 📂── Authorization
192-
│   │ │ │ │ 📂── FindEmail
193-
│   │ │ │ │ 📂── FindPassword
194-
│   │ │ │ │ 📂── Login
195-
│   │ │ │ └─ 📂── SignUP
196-
│  │ │ │ 📂── Home
197-
│  │ │ │ 📂── Notic
198-
│  │ │ │ 📂── ProductDetail
199-
│  │ │ │ 📂── ProductList
200-
│  │ │ │ 📂── Profile
201-
│  │ │ │ 📂── Search
202-
│  │ │ │ 📂── Tab
203-
│  │ │ └─ 📂── Favorite
204-
│ │ 📂── ViewModel
205-
│  │ │ 📂── MainShoesViewModel
206-
│  │ │ 📂── ProfileViewModel
207-
│  │ └─ 📂── SignUpViewModel
179+
│ │ 📂── UI
180+
│ │ │ 📂── View
181+
│   │ │ │ 📂── Component
182+
│  │ │   │ │ 📂── Alert
183+
│  │ │   │ │ 📂── Lanch
184+
│  │ │   │ │ 📂── List
185+
│  │ │   │ │ 📂── Lottie
186+
│  │ │   │ │ 📂── Page
187+
│  │ │   │ │ 📂── Search
188+
│  │ │   │ │ 📂── Share
189+
│  │ │   │ │ 📂── TextField
190+
│  │ │   │ └─ 📂── WebView
191+
│ │ │ │ 📂── Authorization
192+
│   │ │ │ │ 📂── FindEmail
193+
│   │ │ │ │ 📂── FindPassword
194+
│   │ │ │ │ 📂── Login
195+
│   │ │ │ └─ 📂── SignUP
196+
│  │ │ │ 📂── Home
197+
│  │ │ │ 📂── Notic
198+
│  │ │ │ 📂── ProductDetail
199+
│  │ │ │ 📂── ProductList
200+
│  │ │ │ 📂── Profile
201+
│  │ │ │ 📂── Search
202+
│  │ │ │ 📂── Tab
203+
│  │ │ └─ 📂── Favorite
204+
│ │ 📂── ViewModel
205+
│  │ │ 📂── MainShoesViewModel
206+
│  │ │ 📂── ProfileViewModel
207+
│  │ └─ 📂── SignUpViewModel
208208
│ │ 📂── Model
209-
│  │ │ 📂── ShoesModel
209+
│  │ │ 📂── ShoesModel
210210
│ │ 📂── Network
211-
│  │ │ 📂── MainService
212-
│  │ │ 📂── MarketAPI
213-
│  │ └─ 📂── APIError
211+
│  │ │ 📂── MainService
212+
│  │ │ 📂── MarketAPI
213+
│  │ └─ 📂── APIError
214214
│ 📦── MarketAppTests
215215
│  │ │ 📂── MainViewModelTest
216216
│  │ │ 📂── SignUPViewModelTest

0 commit comments

Comments
 (0)