mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 02:09:50 +02:00
Updated ts import to js
This commit is contained in:
@@ -41,7 +41,7 @@ const registerDefaultLayoutLoaders = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'ipsepCola',
|
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