Skip to content

Commit

Permalink
feat:history implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Latiah committed Jul 24, 2024
1 parent aab0f7e commit 8a9db73
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions app/(tabs)/articles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@ const Articles = () => {
return (
<>
<Article/>
</>




// <Article/>
// <SeeAllArticles/>
// <ArticlesDetails/>
// <BookMarkedArticle/>



</>
);
};

Expand Down

0 comments on commit 8a9db73

Please sign in to comment.