Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 24, 2023
1 parent 201d410 commit 63316ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<script type="module">
/* global hljs */
import * as samples from './demo/samples.js';
import { setup } from './src/index.js';
import { setup } from './highlightjs-glimmer/src/index.js';

setup(hljs);

Expand Down

0 comments on commit 63316ac

Please sign in to comment.