chore: Remove unused default exports

This commit is contained in:
Sidharth Vinod
2024-10-02 20:37:59 +05:30
parent df1fba7fc5
commit 760ea1e020
2 changed files with 0 additions and 4 deletions

View File

@@ -63,5 +63,3 @@ export const shadedProcess = async (parent: SVGAElement, node: Node) => {
return shapeSvg; return shapeSvg;
}; };
export default shadedProcess;

View File

@@ -82,5 +82,3 @@ export const subroutine = async (parent: SVGAElement, node: Node) => {
return shapeSvg; return shapeSvg;
}; };
export default subroutine;