Skip to content

Commit 62580d6

Browse files
authored
Update import so GitHub pages work
1 parent e365584 commit 62580d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<marquee-text duration="1s"><p>Hello World This is 24 Web Components</p></marquee-text>
99

1010
<script type="module">
11-
// import 'https://unpkg.com/@github/custom-element-boilerplate@latest/dist/custom-element.js'
12-
import '../src/marquee-text-element.ts'
11+
import 'https://unpkg.com/marquee-text-element@latest/dist/src/marquee-text-element.js'
12+
// import '../src/marquee-text-element.ts'
1313
</script>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)