Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
akicool committed Aug 11, 2023
1 parent 85d5ee1 commit 8bd8470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Local Netlify folder
.netlify
1 change: 1 addition & 0 deletions vite-calc/src/btnsComponent/ButtonBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ interface themeProps {
onButtonClick: Function;
clearValue: Function;
handleEqualButtonClick: Function;
isNumClicked: boolean;
}

const ButtonBlock = ({ onThemeChange, onButtonClick, clearValue, handleEqualButtonClick }: themeProps) => {
Expand Down

0 comments on commit 8bd8470

Please sign in to comment.