Skip to content

Commit

Permalink
chore(posts feature): delete all files related to posts feature
Browse files Browse the repository at this point in the history
The posts feature was removed from the project as it was no longer needed. This includes all related
components, API calls, and utilities. This change simplifies the codebase and reduces the overall
size of the project.
  • Loading branch information
timDeHof committed Nov 12, 2023
1 parent 732ce39 commit 41c62e6
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 75 deletions.
15 changes: 0 additions & 15 deletions src/api/posts.js

This file was deleted.

6 changes: 0 additions & 6 deletions src/features/posts/api/get-posts.jsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/features/posts/api/index.js

This file was deleted.

6 changes: 0 additions & 6 deletions src/features/posts/api/use-posts.jsx

This file was deleted.

16 changes: 0 additions & 16 deletions src/features/posts/components/post-card/PostCard.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/features/posts/components/post-card/index.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/features/posts/components/post-list/PostList.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/features/posts/components/post-list/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/features/posts/index.js

This file was deleted.

0 comments on commit 41c62e6

Please sign in to comment.