diff --git a/nothing.tsx b/nothing.tsx new file mode 100644 index 0000000000..2d0c5d442c --- /dev/null +++ b/nothing.tsx @@ -0,0 +1,4 @@ +// This function does nothing +const nothing = () => { + return null; +} \ No newline at end of file