Skip to content

Commit

Permalink
Updated reference to import layout elk
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjain0512 committed Aug 21, 2024
1 parent 4298a57 commit f233bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/platform/saurabh.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<script type="module">
import mermaid from './mermaid.esm.mjs';
import { layouts } from './mermaid-layout-elk.esm.mjs';
import layouts from './mermaid-layout-elk.esm.mjs';
mermaid.registerLayoutLoaders(layouts);
mermaid.parseError = function (err, hash) {
console.error('Mermaid error: ', err);
Expand Down

0 comments on commit f233bfd

Please sign in to comment.