Skip to content

Commit

Permalink
fix error type
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo Cherblanc authored and Lucanis committed Jan 17, 2024
1 parent 906e0ae commit 6c1d1e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type ErrorProps = {
error: string;
error: any;
};

0 comments on commit 6c1d1e4

Please sign in to comment.