mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-05 05:14:08 +01:00
chore: Remove unused default exports
This commit is contained in:
@@ -63,5 +63,3 @@ export const shadedProcess = async (parent: SVGAElement, node: Node) => {
|
|||||||
|
|
||||||
return shapeSvg;
|
return shapeSvg;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default shadedProcess;
|
|
||||||
|
|||||||
@@ -82,5 +82,3 @@ export const subroutine = async (parent: SVGAElement, node: Node) => {
|
|||||||
|
|
||||||
return shapeSvg;
|
return shapeSvg;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default subroutine;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user