return draw function export in info renderer

This commit is contained in:
Yokozuna59
2023-06-12 20:46:18 +03:00
parent 5b4356bd43
commit 4320fe7839

View File

@@ -46,4 +46,4 @@ export const draw: DrawDefinition = (text, id, version) => {
} }
}; };
export default draw; export default { draw };