mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 17:59:39 +02:00
Updated ts import to js
This commit is contained in:
@@ -41,7 +41,7 @@ const registerDefaultLayoutLoaders = () => {
|
||||
},
|
||||
{
|
||||
name: 'ipsepCola',
|
||||
loader: async () => await import('./layout-algorithms/ipsepCola/index.ts'),
|
||||
loader: async () => await import('./layout-algorithms/ipsepCola/index.js'),
|
||||
},
|
||||
]);
|
||||
};
|
||||
|
Reference in New Issue
Block a user