From 3544489f59c18b206b81b9dca00c028ed73978fe Mon Sep 17 00:00:00 2001 From: "S. Elliott Johnson" Date: Mon, 8 May 2023 22:14:05 -0600 Subject: [PATCH] Lint and format src/runtime/internal/index.js --- src/runtime/internal/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/runtime/internal/index.js b/src/runtime/internal/index.js index 6a0bceadc5..e1dd2a1fcf 100644 --- a/src/runtime/internal/index.js +++ b/src/runtime/internal/index.js @@ -13,7 +13,3 @@ export * from './transitions'; export * from './utils'; export * from './Component'; export * from './dev'; - - - -