Skip to content

Commit

Permalink
removed debug header
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jul 31, 2022
1 parent 9e60888 commit b37bc34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ImageCards/ImageCardsView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const CardsView = (props) => {
const ImageCardsView = (props) => {
return (
<BlockStyleWrapperView {...props}>
<h1>David</h1>
<CardsView {...props} />
</BlockStyleWrapperView>
);
Expand Down

0 comments on commit b37bc34

Please sign in to comment.