From 59026682549f6264bf316294020132086db68e35 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 28 Jun 2022 12:26:13 +0200 Subject: [PATCH] lint --- src/runtime/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/index.ts b/src/runtime/index.ts index 39bf7a9496..08b25ba2ca 100644 --- a/src/runtime/index.ts +++ b/src/runtime/index.ts @@ -12,6 +12,6 @@ export { tick, createEventDispatcher, SvelteComponentDev as SvelteComponent, - SvelteComponentTyped, + SvelteComponentTyped // additional exports added through post-typegen.js } from 'svelte/internal';