Skip to content

Commit 24000fd

Browse files
authored
chore: use correct import in tabsheet playground page (#10251)
1 parent bd039b5 commit 24000fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/playground/tabsheet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>TabSheet</title>
8-
<script type="module" src="./common.js"></script>
8+
<script type="module" src="../common.js"></script>
99

1010
<script type="module">
1111
import '@vaadin/button';

0 commit comments

Comments
 (0)