Skip to content

Commit

Permalink
⚡ FSD 아키텍처 widgets 폴더 도입 (#23)
Browse files Browse the repository at this point in the history
- 아키텍처 폴더 조정
- widgets public api 적용
- FSD 아키텍처 폴더 구조 수정
  • Loading branch information
BangDori authored May 2, 2024
1 parent 82c06dc commit b72016a
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@

> 💡 FSD Architecture를 커스텀하여 사용합니다.
- widgets, features, entities 3단계를 통합해 features단계로 설정하였습니다.
- features, entities 2단계를 통합해 features단계로 설정하였습니다.
<div align="center">
<img src="https://github.com/CollaBu/pennyway-client-webview/assets/101088491/9f247ff1-9fe3-4d84-98e5-de1ebfa70180" width="600">
<img src="https://github.com/CollaBu/pennyway-client-webview/assets/44726494/5ee680f1-77a6-494b-b0e9-24fe20ed55a9" width="600">
</div>
<br/>

Expand Down
3 changes: 1 addition & 2 deletions src/pages/feed-main/ui/FeedMainPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Feed } from '@/features/feed';
import { FeedMainHeader } from '@/features/feed-main-header';
import { Feed, FeedMainHeader } from '@/widgets';

import './FeedMainPage.scss';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions src/widgets/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { FeedMainHeader } from './feed-main-header';
export { Feed } from './feed';

0 comments on commit b72016a

Please sign in to comment.