export genSVG properly

This commit is contained in:
Matthew Gaffen 2019-08-21 11:27:15 +01:00
parent 28fd65323c
commit 613ec7dd08

View File

@ -30,4 +30,4 @@ const genSVG = () => {
});
};
return genSVG();
export default genSVG();