mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
test(types): fix warnings from svelte-check
This commit is contained in:
parent
00097b4dc8
commit
d702c8fef0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { LocalStorage } from "../types";
|
import { LocalStorage } from "../types";
|
||||||
|
|
||||||
let storage;
|
let storage: LocalStorage;
|
||||||
let toggled = false;
|
let toggled = false;
|
||||||
let events = [];
|
let events = [];
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue