Skip to content

Commit 3c1a4e8

Browse files
author
Timo Bechtel
committed
chore(example): fix gh-pages demo having wring import path
1 parent d17cb5a commit 3c1a4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<h1>Example Chat</h1>
4141
<div id="container"></div>
4242
<script type="module">
43-
import { observe } from '../src/index.js';
43+
import { observe } from './dist/index.module.js';
4444
const container = document.getElementById('container');
4545
observe(container);
4646

0 commit comments

Comments
 (0)