Skip to content

Commit 0f445f6

Browse files
authored
fix: stop sapper complaining about unused export
Merge pull request #73 from manuel3108/fix-sapper-compiler-warning fix sapper compiler warning Fixes #64
2 parents 1c342d8 + ddb2786 commit 0f445f6

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)