Updated ts import to js

This commit is contained in:
shubham-mermaid
2025-06-10 13:29:27 +05:30
parent a7e9f4f926
commit a46de01885

View File

@@ -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'),
},
]);
};