Skip to content

Commit ddb2786

Browse files
committed
fix sapper compiler warning
1 parent 5af26c3 commit ddb2786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/ClassAdder.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
><slot></slot></svelte:component>
77

88
<script context="module">
9-
export let internals = {
9+
export const internals = {
1010
component: null,
1111
smuiClass: null,
1212
contexts: {}

0 commit comments

Comments
 (0)