Skip to content

Commit

Permalink
New error str
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhas committed Feb 1, 2024
1 parent 0e10d5b commit 87e0ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import svbdc1 from "../img/SVBDC1.webp";
import svbdc2 from "../img/SVBDC2.webp";

const newTypeError = () => {
throw new TypeError("wrong type!");
throw new TypeError("another wrong type!");
};

const Events = () => {
Expand Down

0 comments on commit 87e0ac3

Please sign in to comment.