Skip to content

Commit

Permalink
Add ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyouMB committed Jul 30, 2024
1 parent 7a7e5c8 commit fb9d255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Back/Back.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import "./Back.scss";
window.history.back();
}
}
// @ts-ignore
window.handleBackClick = handleBackClick;
});
</script>

0 comments on commit fb9d255

Please sign in to comment.